Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
build
/
uClibc
/
test
/
tls
/
tst-tlsmod11.c
blob: 9938b5753ae549740a586b58446eff088729cd80 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame^
]
1
#include
"tst-tls10.h"
2
3
#ifdef
USE_TLS__THREAD
4
__thread
struct
A a1
=
{
4
,
5
,
6
};
5
__thread
struct
A a2
=
{
7
,
8
,
9
};
6
#endif