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_setgid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpthread/linuxthreads/pthread_setgid.c') diff --git a/libpthread/linuxthreads/pthread_setgid.c b/libpthread/linuxthreads/pthread_setgid.c index db37dd146..31b5a595b 100644 --- a/libpthread/linuxthreads/pthread_setgid.c +++ b/libpthread/linuxthreads/pthread_setgid.c @@ -20,6 +20,7 @@ #include +int pthread_setgid_np (gid_t gid); int pthread_setgid_np (gid_t gid) { -- cgit v1.2.3