svn commit: branches/uClibc-nptl/libc/inet

carmelo at uclibc.org carmelo at uclibc.org
Thu Jul 31 12:03:40 UTC 2008


Author: carmelo
Date: 2008-07-31 05:03:40 -0700 (Thu, 31 Jul 2008)
New Revision: 22996

Log:
Fix preprocessor directive to silent warning

Modified:
   branches/uClibc-nptl/libc/inet/resolv.c


Changeset:
Modified: branches/uClibc-nptl/libc/inet/resolv.c
===================================================================
--- branches/uClibc-nptl/libc/inet/resolv.c	2008-07-31 10:34:48 UTC (rev 22995)
+++ branches/uClibc-nptl/libc/inet/resolv.c	2008-07-31 12:03:40 UTC (rev 22996)
@@ -1186,7 +1186,7 @@
 
 #ifdef L_res_init
 /* We use __resolv_lock to guard access to global '_res' */
-#ifdef USE___THREAD && USE___THREAD
+#if defined USE___THREAD && USE___THREAD
 __thread
 #endif
 struct __res_state _res;




More information about the uClibc-cvs mailing list