svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

aldot at uclibc.org aldot at uclibc.org
Mon Jan 29 06:56:57 PST 2007


Author: aldot
Date: 2007-01-29 06:56:56 -0800 (Mon, 29 Jan 2007)
New Revision: 17634

Log:
- s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/g


Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_errno.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_errno.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_errno.h	2007-01-29 14:33:27 UTC (rev 17633)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_errno.h	2007-01-29 14:56:56 UTC (rev 17634)
@@ -12,7 +12,7 @@
 extern int _dl_errno; // attribute_hidden;
 #elif defined __UCLIBC_HAS_THREADS__
 # include <tls.h>
-# if USE___THREAD
+# if defined USE___THREAD && USE___THREAD
 #  undef errno
 #  ifndef NOT_IN_libc
 #   define errno __libc_errno
@@ -33,7 +33,7 @@
 ;
 # if defined __UCLIBC_HAS_THREADS__
 #  include <tls.h>
-#  if USE___THREAD
+#  if defined USE___THREAD && USE___THREAD
 libc_hidden_proto(__errno_location)
 #  endif
 # endif



More information about the uClibc-cvs mailing list