summaryrefslogtreecommitdiff
path: root/sysdeps/stub/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/mem.c')
-rw-r--r--sysdeps/stub/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/mem.c b/sysdeps/stub/mem.c
index eb930453..e9e06a93 100644
--- a/sysdeps/stub/mem.c
+++ b/sysdeps/stub/mem.c
@@ -25,7 +25,7 @@
/* Provides information about memory usage. */
void
-glibtop_get_mem_r (glibtop *server, glibtop_mem *buf)
+glibtop_get_mem_s (glibtop *server, glibtop_mem *buf)
{
memset (buf, 0, sizeof (glibtop_mem));
}