diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-07-28 18:52:47 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-07-28 18:52:47 +0000 |
commit | 18b48698abe6cf957ec6ee5fa921b1a12f9bf914 (patch) | |
tree | fcc53dd5a1fbff59e2bba451dcdc13549ec9e799 /libc/sysdeps/linux/common/bits | |
parent | d20d507dbcc476061e23cad18e2fddfa27e87cea (diff) | |
download | uClibc-alpine-18b48698abe6cf957ec6ee5fa921b1a12f9bf914.tar.bz2 uClibc-alpine-18b48698abe6cf957ec6ee5fa921b1a12f9bf914.tar.xz |
Fix TLS modifier.
Diffstat (limited to 'libc/sysdeps/linux/common/bits')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_errno.h b/libc/sysdeps/linux/common/bits/uClibc_errno.h index 4cb2a8caa..2add9e5c9 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_errno.h +++ b/libc/sysdeps/linux/common/bits/uClibc_errno.h @@ -19,7 +19,7 @@ extern int _dl_errno; // attribute_hidden; # 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 */ |