renamed all functions implementing features to '__p' (since they need to

*  sysdeps/sun4/*.c: renamed all functions implementing
   features to '__p' (since they need to be SGID kmem on SunOS).
This commit is contained in:
Martin Baulig
1998-06-02 22:23:45 +00:00
parent e71eb0e75b
commit 3728e4c34e
19 changed files with 64 additions and 27 deletions

View File

@@ -25,8 +25,10 @@
/* Provides detailed information about a process. */
void
glibtop_get_proc_segment__r (glibtop *server, glibtop_proc_segment *buf,
glibtop_get_proc_segment__p (glibtop *server, glibtop_proc_segment *buf,
pid_t pid)
{
glibtop_init__r (&server, 0, 0);
memset (buf, 0, sizeof (glibtop_proc_segment));
}