diff options
Diffstat (limited to 'elf/tst-tlsmod5.c')
-rw-r--r-- | elf/tst-tlsmod5.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/elf/tst-tlsmod5.c b/elf/tst-tlsmod5.c new file mode 100644 index 0000000000..2ec69e13b3 --- /dev/null +++ b/elf/tst-tlsmod5.c @@ -0,0 +1,7 @@ +#include <tls.h> + +#ifdef USE_TLS +#include "tls-macros.h" + +COMMON_INT_DEF(foo); +#endif |