Explorar o código

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

Joakim Tjernlund %!s(int64=19) %!d(string=hai) anos
pai
achega
4b54d5bd13
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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.  */