From 23195635ae74449727f8c07469b347bf884a37fa Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 28 Jul 2003 21:50:26 +0000 Subject: * elf/tst-tls14.c [USE_TLS && HAVE___THREAD]: Conditionalize on this. * elf/tst-tlsmod14a.c: Likewise. * sysdeps/unix/sysv/linux/sys/sysctl.h: Include before . --- elf/tst-tls14.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'elf/tst-tls14.c') diff --git a/elf/tst-tls14.c b/elf/tst-tls14.c index 4ae367a38f..428fd5293e 100644 --- a/elf/tst-tls14.c +++ b/elf/tst-tls14.c @@ -4,6 +4,9 @@ #include #include +#include + +#if USE_TLS && HAVE___THREAD #define AL 4096 struct foo @@ -53,4 +56,11 @@ do_test (void) } #define TEST_FUNCTION do_test () + +#else + +#define TEST_FUNCTION 0 + +#endif + #include "../test-skeleton.c" -- cgit v1.2.3