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