]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/include/tls.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / include / tls.h
1 /* This file defines USE___THREAD to 1 or 0 to cut down on the #if mess.  */
2
3 #include_next <tls.h>
4
5 #ifndef _include_tls_h
6 #define _include_tls_h 1
7 #if defined USE_TLS && USE_TLS && HAVE___THREAD \
8     && (!defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt)
9
10
11 # define USE___THREAD 1
12
13 #else
14
15 # define USE___THREAD 0
16
17 #endif
18
19 #endif
20