From 4b54d5bd133cd8c7a2e39aaa6bb7db0fccbd5003 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Thu, 18 Aug 2005 11:46:04 +0000 Subject: Hmm, things broke with vapiers update. Lets make it compile and let vapier worry about the rest :) --- include/netdb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/netdb.h b/include/netdb.h index 69812986c..3023ba04f 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -55,10 +55,9 @@ __BEGIN_DECLS /* Error status for non-reentrant lookup functions. We use a macro to access always the thread-specific `h_errno' variable. */ +extern int h_errno; #if defined(__UCLIBC_HAS_THREADS__) # define h_errno (*__h_errno_location ()) -#else -extern int h_errno; #endif /* Function to get address of global `h_errno' variable. */ -- cgit v1.2.3