renamed all functions implementing features to '__s'.

* sysdeps/linux/*.c: renamed all functions implementing
features to '__s'.
This commit is contained in:
Martin Baulig
1998-05-28 19:24:24 +00:00
parent 7dd0c2eac3
commit 95b9d824ea
18 changed files with 63 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ static const unsigned long _glibtop_sysdeps_proc_segment =
/* Provides detailed information about a process. */
void
glibtop_get_proc_segment__r (glibtop *server, glibtop_proc_segment *buf,
glibtop_get_proc_segment__s (glibtop *server, glibtop_proc_segment *buf,
pid_t pid)
{
char input [BUFSIZ], *tmp;