svn commit: trunk/uClibc/libpthread/linuxthreads

aldot at uclibc.org aldot at uclibc.org
Mon Feb 5 12:17:13 UTC 2007


Author: aldot
Date: 2007-02-05 04:17:12 -0800 (Mon, 05 Feb 2007)
New Revision: 17777

Log:
- silence warning about using an undefined token


Modified:
   trunk/uClibc/libpthread/linuxthreads/descr.h


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads/descr.h
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/descr.h	2007-02-05 11:20:37 UTC (rev 17776)
+++ trunk/uClibc/libpthread/linuxthreads/descr.h	2007-02-05 12:17:12 UTC (rev 17777)
@@ -130,7 +130,7 @@
     void *__padding[16];
   } p_header;
 # define p_multiple_threads p_header.data.multiple_threads
-#elif TLS_MULTIPLE_THREADS_IN_TCB
+#elif defined TLS_MULTIPLE_THREADS_IN_TCB && TLS_MULTIPLE_THREADS_IN_TCB
   int p_multiple_threads;
 #endif
 




More information about the uClibc-cvs mailing list