diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-29 13:18:52 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-29 13:18:52 +0000 |
commit | d961e95a724729129cc2fd9b26b0da136c445322 (patch) | |
tree | 8a4cbd1e628468aec7b89c143d977ecd56c4647e /libc/sysdeps/linux/common | |
parent | 448b1571b80e14d751bf5716c1d24950ebc8cf7b (diff) |
Fix typo in macro for tls access model
Diffstat (limited to 'libc/sysdeps/linux/common')
-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 b16de32aa..631e10c50 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 */ |