New file.

1998-06-06  Martin Baulig  <martin@home-of-linux.org>

        * sysdeps/osf1/glibtop_server.h: New file.

        * sysdeps/osf1/*.c: renamed all functions implementing
        features that don't need to be suid to '__s'.
This commit is contained in:
Martin Baulig
1998-06-06 18:48:17 +00:00
committed by Martin Baulig
parent 222df2c7d6
commit 0a323e5080
9 changed files with 54 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ static const unsigned long _glibtop_sysdeps_loadavg =
/* Provides load averange. */
void
glibtop_get_loadavg__r (glibtop *server, glibtop_loadavg *buf)
glibtop_get_loadavg__s (glibtop *server, glibtop_loadavg *buf)
{
struct tbl_loadavg loadavg;
int ret;