Sign in
chromium
/
native_client
/
nacl-glibc.git
/
glibc-2.9
/
.
/
elf
/
tst-tlsmod11.c
blob: 9938b5753ae549740a586b58446eff088729cd80 [
file
] [
log
] [
blame
]
#include
"tst-tls10.h"
#ifdef
USE_TLS__THREAD
__thread
struct
A a1
=
{
4
,
5
,
6
};
__thread
struct
A a2
=
{
7
,
8
,
9
};
#endif