svn commit: branches/uClibc-nptl/libc/sysdeps/linux/common/bits
sjhill at uclibc.org
sjhill at uclibc.org
Sat Jul 28 18:52:47 UTC 2007
Author: sjhill
Date: 2007-07-28 11:52:47 -0700 (Sat, 28 Jul 2007)
New Revision: 19307
Log:
Fix TLS modifier.
Modified:
branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_errno.h
Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_errno.h
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_errno.h 2007-07-28 18:52:06 UTC (rev 19306)
+++ branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_errno.h 2007-07-28 18:52:47 UTC (rev 19307)
@@ -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 */
More information about the uClibc-cvs
mailing list