index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nptl
/
tst-tls5modd.c
blob: 202a66a15a735ce3cbaf855e6ce91e88360a05c3 (
plain
) (
blame
)
1
2
3
4
5
6
#include
<tst-tls5.h>
#ifdef TLS_REGISTER
static
__thread
int
d
;
TLS_REGISTER
(
d
)
#endif