Browse Source

Hmm, things broke with vapiers update. Lets
make it compile and let vapier worry about the rest :)

Joakim Tjernlund 18 years ago
parent
commit
4b54d5bd13
1 changed files with 1 additions and 2 deletions
  1. 1 2
      include/netdb.h

+ 1 - 2
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.  */