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
include/string.h: Also redirect calls if not inlined in libpthread
[glibc.git]
/
elf
/
tst-tlsgap-mod2.c
blob
166c27d7f3fac2524bf96b76ec320eaad2741986
1
int
__thread tls2
;
2
int
*
f2
(
void
) {
return
&
tls2
; }