summaryrefslogtreecommitdiff
path: root/linuxthreads/tst-tls1modd.c
blob: cd68e0c26a056821b4ee17436ffc535568da62f3 (plain)
1
2
3
4
5
6
#include <tst-tls1.h>

#ifdef TLS_REGISTER
static __thread int d;
TLS_REGISTER (d)
#endif