summaryrefslogtreecommitdiff
path: root/sysdeps/sun4/open.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-06-02 22:23:45 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-02 22:23:45 +0000
commit3728e4c34e119370290977bd3c4dfd96524515cb (patch)
tree6004c835d7b8eeff2de6daef7d29a647af34a48f /sysdeps/sun4/open.c
parente71eb0e75b0a3d0a6f0d76526758ba5023b213f4 (diff)
downloadlibgtop-3728e4c34e119370290977bd3c4dfd96524515cb.tar.gz
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).
Diffstat (limited to 'sysdeps/sun4/open.c')
-rw-r--r--sysdeps/sun4/open.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/sun4/open.c b/sysdeps/sun4/open.c
index 1944cdf7..0193c00f 100644
--- a/sysdeps/sun4/open.c
+++ b/sysdeps/sun4/open.c
@@ -57,7 +57,8 @@ struct nlist _glibtop_nlist[] = {
/* !!! THIS FUNCTION RUNS SUID ROOT - CHANGE WITH CAUTION !!! */
void
-glibtop_open (glibtop *server, const char *program_name)
+glibtop_open__r (glibtop *server, const char *program_name,
+ const unsigned long features, const unsigned flags)
{
register int pagesize;