From 32c075e1f01849e161724bbd400ba77244e482cc Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 31 Jul 2007 13:33:18 +0000 Subject: . --- elf/tst-tls10.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elf/tst-tls10.h') diff --git a/elf/tst-tls10.h b/elf/tst-tls10.h index bffc332a0a..1be6adc293 100644 --- a/elf/tst-tls10.h +++ b/elf/tst-tls10.h @@ -1,7 +1,8 @@ #include #include -#if defined HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE +#if defined USE_TLS && defined HAVE___THREAD \ + && defined HAVE_TLS_MODEL_ATTRIBUTE # define USE_TLS__THREAD struct A -- cgit v1.2.3