(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / linuxthreads / tst-tls1modd.c
blobcd68e0c26a056821b4ee17436ffc535568da62f3
1 #include <tst-tls1.h>
3 #ifdef TLS_REGISTER
4 static __thread int d;
5 TLS_REGISTER (d)
6 #endif