]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/include/tls.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / include / tls.h
index f88af405b4f36aabd28ad46fa43331bcc171cb81..987cb0860b086ce136f72074b6984e2a4ed78b28 100644 (file)
@@ -1,13 +1,13 @@
 /* This file defines USE___THREAD to 1 or 0 to cut down on the #if mess.  */
 
-#ifndef _include_tls_h
-#define _include_tls_h 1
-
 #include_next <tls.h>
 
+#ifndef _include_tls_h
+#define _include_tls_h 1
 #if defined USE_TLS && USE_TLS && HAVE___THREAD \
     && (!defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt)
 
+
 # define USE___THREAD 1
 
 #else
@@ -17,3 +17,4 @@
 #endif
 
 #endif
+