summaryrefslogtreecommitdiff
path: root/sysdeps/stub/proclist.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-06-07 13:57:45 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-07 13:57:45 +0000
commitc84923132a0aaade80a48eb762b27d87640d3921 (patch)
treedb52022ec9c44cd3ac12c00571296a7049b950d5 /sysdeps/stub/proclist.c
parent85f31a170768f2345e697b42e9bde1bfae252dbb (diff)
downloadlibgtop-c84923132a0aaade80a48eb762b27d87640d3921.tar.gz
Using single underscore instead of two underscores for function prefixes
1998-06-07 Martin Baulig <martin@home-of-linux.org> * *.[ch]: Using single underscore instead of two underscores for function prefixes (regexp: ``s,__([rspl])\b,_$1,g'') to avoid ambiguity with mangled C++ names.
Diffstat (limited to 'sysdeps/stub/proclist.c')
-rw-r--r--sysdeps/stub/proclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/proclist.c b/sysdeps/stub/proclist.c
index f3e0b993..cd7cf2d1 100644
--- a/sysdeps/stub/proclist.c
+++ b/sysdeps/stub/proclist.c
@@ -32,7 +32,7 @@
* each buf->size big. The total size is stored in buf->total. */
unsigned *
-glibtop_get_proclist__r (glibtop *server, glibtop_proclist *buf)
+glibtop_get_proclist_r (glibtop *server, glibtop_proclist *buf)
{
memset (buf, 0, sizeof (glibtop_proclist));
return NULL;