[uClibc-cvs] svn commit: trunk/uClibc/include

jocke at uclibc.org jocke at uclibc.org
Thu Aug 18 11:46:04 UTC 2005


Author: jocke
Date: 2005-08-18 05:46:04 -0600 (Thu, 18 Aug 2005)
New Revision: 11206

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


Modified:
   trunk/uClibc/include/netdb.h


Changeset:
Modified: trunk/uClibc/include/netdb.h
===================================================================
--- trunk/uClibc/include/netdb.h	2005-08-18 02:11:24 UTC (rev 11205)
+++ trunk/uClibc/include/netdb.h	2005-08-18 11:46:04 UTC (rev 11206)
@@ -55,10 +55,9 @@
 
 /* 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.  */




More information about the uClibc-cvs mailing list