From 32c075e1f01849e161724bbd400ba77244e482cc Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 31 Jul 2007 13:33:18 +0000 Subject: . --- elf/tst-tls14.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'elf/tst-tls14.c') diff --git a/elf/tst-tls14.c b/elf/tst-tls14.c index c1e6ba7e2c..428fd5293e 100644 --- a/elf/tst-tls14.c +++ b/elf/tst-tls14.c @@ -6,9 +6,9 @@ #include -#if HAVE___THREAD +#if USE_TLS && HAVE___THREAD -# define AL 4096 +#define AL 4096 struct foo { int i; @@ -55,11 +55,11 @@ do_test (void) return result; } -# define TEST_FUNCTION do_test () +#define TEST_FUNCTION do_test () #else -# define TEST_FUNCTION 0 +#define TEST_FUNCTION 0 #endif -- cgit 1.4.1