add setresuid/setresgid functions (nonstandard)
This commit is contained in:
parent
7fd3995282
commit
1db283bf19
3 changed files with 22 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ int sethostname(const char *, size_t);
|
|||
int usleep(unsigned);
|
||||
unsigned ualarm(unsigned, unsigned);
|
||||
int setgroups(int, const gid_t []);
|
||||
int setresuid(uid_t, uid_t, uid_t);
|
||||
int setresgid(gid_t, gid_t, gid_t);
|
||||
#endif
|
||||
|
||||
#define _XOPEN_VERSION 700
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue