projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* sysdeps/sparc/machine-gmon.h: New file.
[platform/upstream/glibc.git]
/
tls.make.c
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