From d961e95a724729129cc2fd9b26b0da136c445322 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 29 May 2008 13:18:52 +0000 Subject: Fix typo in macro for tls access model --- libc/sysdeps/linux/common/bits/uClibc_errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common') 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 */ -- cgit v1.2.3