Add getpeereid function

This commit is contained in:
Guillem Jover
2010-12-17 10:50:56 +01:00
parent acb7c42d7c
commit 5b19adfa82
5 changed files with 275 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ mode_t getmode(const void *set, mode_t mode);
void *setmode(const char *mode_str);
void setproctitle(const char *fmt, ...);
int getpeereid(int s, uid_t *euid, gid_t *egid);
__END_DECLS
#endif