svn commit: branches/uClibc_0_9_29/libpthread/linuxthreads/sysdeps/i386

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 17:07:11 UTC 2008


Author: vapier
Date: 2008-01-05 09:07:11 -0800 (Sat, 05 Jan 2008)
New Revision: 20733

Log:
Merge r18615 by kraj from trunk:
Remove preprocessor warning due to missing definition of USE_TLS


Modified:
   branches/uClibc_0_9_29/libpthread/linuxthreads/sysdeps/i386/useldt.h


Changeset:
Modified: branches/uClibc_0_9_29/libpthread/linuxthreads/sysdeps/i386/useldt.h
===================================================================
--- branches/uClibc_0_9_29/libpthread/linuxthreads/sysdeps/i386/useldt.h	2008-01-05 16:45:06 UTC (rev 20732)
+++ branches/uClibc_0_9_29/libpthread/linuxthreads/sysdeps/i386/useldt.h	2008-01-05 17:07:11 UTC (rev 20733)
@@ -87,7 +87,7 @@
    because we inherited the value set up in the main thread by TLS setup.
    We need to extract that value and set up the same segment in this
    thread.  */
-#if USE_TLS
+#if defined (USE_TLS) && USE_TLS
 # define DO_SET_THREAD_AREA_REUSE(nr)	1
 #else
 /* Without TLS, we do the initialization of the main thread, where NR == 0.  */




More information about the uClibc-cvs mailing list