From 8c2b377d28710215838741cd9778c8e7229ebf26 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 31 Jan 2006 14:41:37 +0000 Subject: s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h --- libpthread/linuxthreads/pthread_setresgid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpthread/linuxthreads/pthread_setresgid.c') 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 +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) { -- cgit v1.2.3