summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/pthread_setresgid.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-31 14:41:37 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-31 14:41:37 +0000
commit8c2b377d28710215838741cd9778c8e7229ebf26 (patch)
treed24bddc26b796f7665f10720a0c5242f0f968541 /libpthread/linuxthreads/pthread_setresgid.c
parentda6cf3047ecad6e3f2483932134640a77a2c3556 (diff)
s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h
Diffstat (limited to 'libpthread/linuxthreads/pthread_setresgid.c')
-rw-r--r--libpthread/linuxthreads/pthread_setresgid.c1
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)
{