소스 검색

Fix typo in macro for tls access model

Carmelo Amoroso 17 년 전
부모
커밋
d961e95a72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */