add getresuid and getresgid syscall wrappers
This commit is contained in:
@@ -158,6 +158,8 @@ unsigned ualarm(unsigned, unsigned);
|
||||
int setgroups(size_t, const gid_t []);
|
||||
int setresuid(uid_t, uid_t, uid_t);
|
||||
int setresgid(gid_t, gid_t, gid_t);
|
||||
int getresuid(uid_t *, uid_t *, uid_t *);
|
||||
int getresgid(gid_t *, gid_t *, gid_t *);
|
||||
char *get_current_dir_name(void);
|
||||
int daemon(int, int);
|
||||
int getdomainname(char *, size_t);
|
||||
|
||||
Reference in New Issue
Block a user