Explorar o código

Fix typo in macro for tls access model

Carmelo Amoroso %!s(int64=17) %!d(string=hai) anos
pai
achega
d961e95a72
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/sysdeps/linux/common/bits/uClibc_errno.h

+ 1 - 1
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 */