diff options
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index 675f12040f..ec600afc7d 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -12,7 +12,9 @@ libc_hidden_proto (getpid) libc_hidden_proto (getsid) libc_hidden_proto (getdomainname) libc_hidden_proto (getlogin_r) - +libc_hidden_proto (seteuid) +libc_hidden_proto (setegid) +libc_hidden_proto (tcgetpgrp) /* Now define the internal interfaces. */ extern int __access (__const char *__name, int __type); |