From 32c075e1f01849e161724bbd400ba77244e482cc Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 31 Jul 2007 13:33:18 +0000 Subject: . --- elf/tst-tlsmod4.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'elf/tst-tlsmod4.c') diff --git a/elf/tst-tlsmod4.c b/elf/tst-tlsmod4.c index dd95486..5285e82 100644 --- a/elf/tst-tlsmod4.c +++ b/elf/tst-tlsmod4.c @@ -2,7 +2,8 @@ #include -#include "tls-macros.h" +#ifdef USE_TLS +# include "tls-macros.h" COMMON_INT_DEF(baz); @@ -34,3 +35,4 @@ in_dso (int n, int *caller_bazp) return result; } +#endif -- cgit v1.1