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
Convert dlfcn/tststatic to use test-skeleton.
[glibc.git]
/
elf
/
tst-tlsmod15b.c
blob
b37283686aad701c2e4c4363b9198c9a24ef08ee
1
#include
"tst-tls10.h"
2
3
__thread
int
mod15b_var
__attribute__
((
tls_model
(
"initial-exec"
)));
4
5
int
6
in_dso
(
void
)
7
{
8
return
mod15b_var
;
9
}