summaryrefslogtreecommitdiff
path: root/nptl/tst-tls3mod.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-23 11:17:28 +0000
committerRoland McGrath <roland@gnu.org>2003-03-23 11:17:28 +0000
commit3045a1fe8969d56d1c2b1dbbe75a0a821b27c356 (patch)
tree8ec447bbab7e822641dfc61deed2090d2a3543fd /nptl/tst-tls3mod.c
parent85047fe3b9a57c0de50692791b4c6f6301a49d1d (diff)
* Makeconfig (+includes): Don't use $(last-includes).
Diffstat (limited to 'nptl/tst-tls3mod.c')
-rw-r--r--nptl/tst-tls3mod.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/tst-tls3mod.c b/nptl/tst-tls3mod.c
index 072b3f212b..646f5b322b 100644
--- a/nptl/tst-tls3mod.c
+++ b/nptl/tst-tls3mod.c
@@ -25,6 +25,8 @@
#include <unistd.h>
+#if HAVE___THREAD
+
extern pthread_barrier_t b;
#define TOTAL_SIGS 1000
@@ -79,3 +81,5 @@ tf (void *arg)
return NULL;
}
+
+#endif