summaryrefslogtreecommitdiff
path: root/sysdeps/linux/mem.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-28 19:24:24 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-28 19:24:24 +0000
commit95b9d824ea1ebd717e1acabec6c0b8745a805cad (patch)
tree4fcc510867f56f033739e8a932a8071a30717c60 /sysdeps/linux/mem.c
parent7dd0c2eac345fadf459420615edc62c382e0fd89 (diff)
downloadlibgtop-95b9d824ea1ebd717e1acabec6c0b8745a805cad.tar.gz
renamed all functions implementing features to '__s'.
* sysdeps/linux/*.c: renamed all functions implementing features to '__s'.
Diffstat (limited to 'sysdeps/linux/mem.c')
-rw-r--r--sysdeps/linux/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux/mem.c b/sysdeps/linux/mem.c
index 80d2ccc3..22a8b192 100644
--- a/sysdeps/linux/mem.c
+++ b/sysdeps/linux/mem.c
@@ -31,7 +31,7 @@ static const unsigned long _glibtop_sysdeps_mem =
/* Provides information about memory usage. */
void
-glibtop_get_mem__r (glibtop *server, glibtop_mem *buf)
+glibtop_get_mem__s (glibtop *server, glibtop_mem *buf)
{
FILE *f;