diff options
| author | ilsimo <ilsimo> | 2006-07-01 14:25:12 +0000 |
|---|---|---|
| committer | ilsimo <ilsimo> | 2006-07-01 14:25:12 +0000 |
| commit | 5a6f8dfea5780c20f464f81f481eaa12b1945feb (patch) | |
| tree | a2a39bddf6cc2269412196b392f4ef3227bee46a /common/os_calls.h | |
| parent | 34277e8e0164fccabef61fa4418f0aa4606bdadb (diff) | |
| download | xrdp-proprietary-5a6f8dfea5780c20f464f81f481eaa12b1945feb.tar.gz xrdp-proprietary-5a6f8dfea5780c20f464f81f481eaa12b1945feb.zip | |
adding initgroups() to support multiple user groups
Diffstat (limited to 'common/os_calls.h')
| -rw-r--r-- | common/os_calls.h | 2 |
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); |
