glibc/elf/tst-tlsmod5.c

8 lines
86 B
C

#include <tls.h>
#ifdef USE_TLS
#include "tls-macros.h"
COMMON_INT_DEF(foo);
#endif