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
/
elf
/
tst-tlsmod5.c
blob: 2ec69e13b3f08d2929a62a85cdbaa2cb760d19a8 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
<tls.h>
#ifdef USE_TLS
#include
"tls-macros.h"
COMMON_INT_DEF
(
foo
);
#endif