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_setreuid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpthread/linuxthreads/pthread_setreuid.c') diff --git a/libpthread/linuxthreads/pthread_setreuid.c b/libpthread/linuxthreads/pthread_setreuid.c index ae8933ece..78738e3cd 100644 --- a/libpthread/linuxthreads/pthread_setreuid.c +++ b/libpthread/linuxthreads/pthread_setreuid.c @@ -20,6 +20,7 @@ #include +int pthread_setreuid_np (uid_t ruid, uid_t euid); int pthread_setreuid_np (uid_t ruid, uid_t euid) { -- cgit v1.2.3