Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
build
/
uClibc
/
test
/
tls
/
tst-tlsmod15b.c
blob: 4f63eab1446db453a9975e173bfdab415c261e39 [
file
] [
log
] [
blame
]
#include
"tst-tls10.h"
#ifdef
USE_TLS__THREAD
__thread
int
mod15b_var __attribute__
((
tls_model
(
"initial-exec"
)));
int
in_dso
(
void
)
{
return
mod15b_var
;
}
#else
int
in_dso
(
void
)
{
return
0
;
}
#endif