repo.or.cz
/
glibc
/
pb-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[BZ #2749]
[glibc/pb-stable.git]
/
tls.make.c
blob
6bcd2479c6f7469d84d91e2bc09091fad8786afb
1
/* This produces a makefile fragment saying `use-thread = yes' or no. */
2
3
#include <tls.h>
4
5
#if USE___THREAD
6
@@@ use
-
thread
=
yes @@@
7
#else
8
@@@ use
-
thread
=
no @@@
9
#endif