summaryrefslogtreecommitdiff
path: root/sysdeps/osf1/glibtop_suid.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/osf1/glibtop_suid.h')
-rw-r--r--sysdeps/osf1/glibtop_suid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/osf1/glibtop_suid.h b/sysdeps/osf1/glibtop_suid.h
index a83fd3cc..0d0fefd2 100644
--- a/sysdeps/osf1/glibtop_suid.h
+++ b/sysdeps/osf1/glibtop_suid.h
@@ -26,7 +26,7 @@
#include <sys/table.h>
-BEGIN_LIBGTOP_DECLS
+G_BEGIN_DECLS
static inline void glibtop_suid_enter (glibtop *server) {
setreuid (server->machine.uid, server->machine.euid);
@@ -45,6 +45,6 @@ glibtop_open_p (glibtop *server, const char *program_name,
const unsigned long features,
const unsigned flags);
-END_LIBGTOP_DECLS
+G_END_DECLS
#endif