From 3045a1fe8969d56d1c2b1dbbe75a0a821b27c356 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 23 Mar 2003 11:17:28 +0000 Subject: * Makeconfig (+includes): Don't use $(last-includes). --- nptl/tst-tls3mod.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nptl/tst-tls3mod.c') diff --git a/nptl/tst-tls3mod.c b/nptl/tst-tls3mod.c index 072b3f2..646f5b3 100644 --- a/nptl/tst-tls3mod.c +++ b/nptl/tst-tls3mod.c @@ -25,6 +25,8 @@ #include +#if HAVE___THREAD + extern pthread_barrier_t b; #define TOTAL_SIGS 1000 @@ -79,3 +81,5 @@ tf (void *arg) return NULL; } + +#endif -- cgit v1.1