diff options
Diffstat (limited to 'elf/tst-tls14.c')
-rw-r--r-- | elf/tst-tls14.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/elf/tst-tls14.c b/elf/tst-tls14.c index c1e6ba7e2c..ffd31e97be 100644 --- a/elf/tst-tls14.c +++ b/elf/tst-tls14.c @@ -6,9 +6,7 @@ #include <tls.h> -#if HAVE___THREAD - -# define AL 4096 +#define AL 4096 struct foo { int i; @@ -55,12 +53,5 @@ do_test (void) return result; } -# define TEST_FUNCTION do_test () - -#else - -# define TEST_FUNCTION 0 - -#endif - +#define TEST_FUNCTION do_test () #include "../test-skeleton.c" |