summaryrefslogtreecommitdiff
path: root/sysdeps/linux/procuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/linux/procuid.c')
-rw-r--r--sysdeps/linux/procuid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/linux/procuid.c b/sysdeps/linux/procuid.c
index 3820f7fd..783589a1 100644
--- a/sysdeps/linux/procuid.c
+++ b/sysdeps/linux/procuid.c
@@ -35,13 +35,13 @@ static const unsigned long _glibtop_sysdeps_proc_uid =
/* Provides detailed information about a process. */
void
-glibtop_get_proc_uid__s (glibtop *server, glibtop_proc_uid *buf, pid_t pid)
+glibtop_get_proc_uid_s (glibtop *server, glibtop_proc_uid *buf, pid_t pid)
{
char input [BUFSIZ], *tmp;
int nread;
FILE *f;
- glibtop_init__r (&server, 0, 0);
+ glibtop_init_r (&server, 0, 0);
memset (buf, 0, sizeof (glibtop_proc_uid));