repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unistd: Improve fortify with clang
[glibc.git]
/
elf
/
tst-tlsgap-mod1.c
blob
b10fc3702c43e4788743dd7d0a4f5237780b599f
1
int
__thread tls1
[
100
];
/* Size > glibc.rtld.optional_static_tls / 2. */
2
int
*
f1
(
void
) {
return
tls1
; }