summaryrefslogtreecommitdiff
path: root/elf/tst-tlsmod3.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tlsmod3.c')
-rw-r--r--elf/tst-tlsmod3.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/elf/tst-tlsmod3.c b/elf/tst-tlsmod3.c
index 4a8aad659f..5c456ee2da 100644
--- a/elf/tst-tlsmod3.c
+++ b/elf/tst-tlsmod3.c
@@ -2,8 +2,7 @@
#include <tls.h>
-#ifdef USE_TLS
-# include "tls-macros.h"
+#include "tls-macros.h"
extern int in_dso (int n, int *caller_foop);
@@ -38,4 +37,3 @@ in_dso2 (void)
return result;
}
-#endif