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
Remove unused macros from i386 lowlevellock.h.
[glibc.git]
/
elf
/
tst-tlsmod16b.c
blob
1ecba26dbedcb23e087cd637934e9e1aadff6760
1
extern
__thread
int
tlsvar
__attribute__
((
tls_model
(
"initial-exec"
)));
2
3
void
*
4
in_dso
(
void
)
5
{
6
return
&
tlsvar
;
7
}