mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 06:11:57 +00:00
add setresuid/setresgid functions (nonstandard)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user