OSDN Git Service

ARC: Make vfork weak in libc
[uclinux-h8/uClibc.git] / test / tls / tst-tlsmod11.c
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