Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-tlsmod15b.c
blob: b37283686aad701c2e4c4363b9198c9a24ef08ee [
file
] [
log
] [
blame
] [
edit
]
#include
"tst-tls10.h"
__thread
int
mod15b_var __attribute__
((
tls_model
(
"initial-exec"
)));
int
in_dso
(
void
)
{
return
mod15b_var
;
}