mirror of
https://git.busybox.net/uClibc
synced 2025-10-14 01:32:00 +08:00
Silent compiler warning regarding undefined macro
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include_next <tls.h>
|
||||
|
||||
#if USE_TLS && HAVE___THREAD \
|
||||
#if defined USE_TLS && USE_TLS && HAVE___THREAD \
|
||||
&& (!defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt)
|
||||
|
||||
# define USE___THREAD 1
|
||||
|
Reference in New Issue
Block a user