[prev in list] [next in list] [prev in thread] [next in thread] 

List:       uclibc-cvs
Subject:    svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits
From:       carmelo () uclibc ! org (carmelo at uclibc ! org)
Date:       2008-05-29 13:18:52
Message-ID: 20080529131852.E2095F803A () busybox ! net
[Download RAW message or body]

Author: carmelo
Date: 2008-05-29 06:18:52 -0700 (Thu, 29 May 2008)
New Revision: 22111

Log:
Fix typo in macro for tls access model

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	2008-05-28 17:36:11 UTC (rev 22110)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_errno.h	2008-05-29 13:18:52 UTC (rev 22111)
@@ -19,7 +19,7 @@
 #  else
 #   define errno errno
 #  endif
-extern __thread int errno __attribute_tls_model_ie;
+extern __thread int errno attribute_tls_model_ie;
 # endif /* USE___THREAD */
 #endif /* IS_IN_rtld */
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic