summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index 68b70117..b28dc4ea 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -157,6 +157,8 @@ g_fork(void);
int
g_setgid(int pid);
int
+g_initgroups(const char* user, int gid);
+int
g_setuid(int pid);
int
g_waitchild(void);