]> git.ipfire.org Git - thirdparty/glibc.git/blob - linuxthreads/tst-tls1modb.c
Test for stack alignment.
[thirdparty/glibc.git] / linuxthreads / tst-tls1modb.c
1 #include <tst-tls1.h>
2
3 #ifdef TLS_REGISTER
4 static __thread int b;
5 TLS_REGISTER (b)
6 #endif