diff options
Diffstat (limited to 'libpthread/linuxthreads/pthread_setresuid.c')
-rw-r--r-- | libpthread/linuxthreads/pthread_setresuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/pthread_setresuid.c b/libpthread/linuxthreads/pthread_setresuid.c index ceb724dea..0fa28954d 100644 --- a/libpthread/linuxthreads/pthread_setresuid.c +++ b/libpthread/linuxthreads/pthread_setresuid.c @@ -20,6 +20,7 @@ #include <unistd.h> +int pthread_setresuid_np (uid_t ruid, uid_t euid, uid_t suid); int pthread_setresuid_np (uid_t ruid, uid_t euid, uid_t suid) { |