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