[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #3483,...
[glibc.git] / include / tls.h
blob1642456a73e9ff270f3e08cd6d27b35ecbdb4955
1 /* This file defines USE___THREAD to 1 or 0 to cut down on the #if mess. */
3 #ifndef _include_tls_h
4 #define _include_tls_h 1
6 #include_next <tls.h>
8 #if HAVE___THREAD && (!defined NOT_IN_libc || defined IS_IN_libpthread)
10 # define USE___THREAD 1
12 #else
14 # define USE___THREAD 0
16 #endif
18 #endif