Silent compiler warning regarding undefined macro

This commit is contained in:
Carmelo Amoroso
2009-01-08 11:11:26 +00:00
parent 350e4e14d8
commit ccd55d0940

View File

@@ -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