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