summaryrefslogtreecommitdiff
path: root/sysdeps/stub/procuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/procuid.c')
-rw-r--r--sysdeps/stub/procuid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/stub/procuid.c b/sysdeps/stub/procuid.c
index e3a7e741..a753f0d3 100644
--- a/sysdeps/stub/procuid.c
+++ b/sysdeps/stub/procuid.c
@@ -25,8 +25,8 @@
/* Provides detailed information about a process. */
void
-glibtop_get_proc_uid_r (glibtop *server, glibtop_proc_uid *buf,
- pid_t pid)
+glibtop_get_proc_uid_s (glibtop *server, glibtop_proc_uid *buf,
+ pid_t pid)
{
memset (buf, 0, sizeof (glibtop_proc_uid));
}