From bb87afc3647ccb3dd75c1dfeb5d79899c10e479d Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Thu, 8 May 2008 01:39:54 +0000 Subject: added getuid function --- common/os_calls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/os_calls.h') diff --git a/common/os_calls.h b/common/os_calls.h index 73dde4b2..c9707cac 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -207,6 +207,8 @@ g_setgid(int pid); int APP_CC g_initgroups(const char* user, int gid); int APP_CC +g_getuid(void); +int APP_CC g_setuid(int pid); int APP_CC g_waitchild(void); -- cgit v1.2.1