index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linuxthreads
/
tst-tls1modc.c
blob: e1094bf7aafa91d10059849c35eb84bfd590890d (
plain
)
1
2
3
4
5
6
#include <tst-tls1.h>
#ifdef TLS_REGISTER
static
__thread
int
c
;
TLS_REGISTER
(
c
)
#endif