diff options
Diffstat (limited to 'elf/tst-tlsmod4.c')
-rw-r--r-- | elf/tst-tlsmod4.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/elf/tst-tlsmod4.c b/elf/tst-tlsmod4.c index 5285e821b0..dd95486618 100644 --- a/elf/tst-tlsmod4.c +++ b/elf/tst-tlsmod4.c @@ -2,8 +2,7 @@ #include <tls.h> -#ifdef USE_TLS -# include "tls-macros.h" +#include "tls-macros.h" COMMON_INT_DEF(baz); @@ -35,4 +34,3 @@ in_dso (int n, int *caller_bazp) return result; } -#endif |