1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-29 06:42:03 +03:00
Files
glibc/linuxthreads/tst-tls1modc.c
2004-12-22 20:10:10 +00:00

7 lines
90 B
C

#include <tst-tls1.h>
#ifdef TLS_REGISTER
static __thread int c;
TLS_REGISTER (c)
#endif