* include/rpc/rpc.h: Declare thread variables with their correct
[glibc.git] / tls.make.c
blob778d8ef0be587a9f1a38bd071537c2453bacba5d
1 /* This produces a makefile fragment saying `use-thread = yes' or no. */
3 #include <tls.h>
5 #if USE_TLS
6 @@@ use-tls = yes @@@
7 #else
8 @@@ use-tls = no @@@
9 #endif
11 #if USE___THREAD
12 @@@ use-thread = yes @@@
13 #else
14 @@@ use-thread = no @@@
15 #endif