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