aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-tls12.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tls12.c')
-rw-r--r--elf/tst-tls12.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/tst-tls12.c b/elf/tst-tls12.c
index 84aa7d3..9086d17 100644
--- a/elf/tst-tls12.c
+++ b/elf/tst-tls12.c
@@ -8,11 +8,10 @@
int
main (void)
{
-#ifdef USE_TLS__THREAD
struct A *p;
check1 ();
CHECK (1, 4);
CHECK (2, 7);
-#endif
+
exit (0);
}