diff options
Diffstat (limited to 'libpthread/linuxthreads/pthread_setregid.c')
-rw-r--r-- | libpthread/linuxthreads/pthread_setregid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/pthread_setregid.c b/libpthread/linuxthreads/pthread_setregid.c index bd75154c5..8964eb774 100644 --- a/libpthread/linuxthreads/pthread_setregid.c +++ b/libpthread/linuxthreads/pthread_setregid.c @@ -20,6 +20,7 @@ #include <unistd.h> +int pthread_setregid_np (gid_t rgid, gid_t egid); int pthread_setregid_np (gid_t rgid, gid_t egid) { |