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/errno.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread/linuxthreads/errno.c') diff --git a/libpthread/linuxthreads/errno.c b/libpthread/linuxthreads/errno.c index 1856f7347..03c23f867 100644 --- a/libpthread/linuxthreads/errno.c +++ b/libpthread/linuxthreads/errno.c @@ -36,6 +36,7 @@ __h_errno_location (void) return THREAD_GETMEM (self, p_h_errnop); } +#if 0 /* Return thread specific resolver state. */ struct __res_state * __res_state (void) @@ -44,3 +45,4 @@ __res_state (void) return THREAD_GETMEM (self, p_resp); } #endif +#endif -- cgit v1.2.3