From c6687d4591964cb13df87f55ec4770e778a4a55c Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 21 Sep 2004 01:11:28 +0000 Subject: Continue the pthreads torture. --- src/libthread/386.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libthread/386.c') diff --git a/src/libthread/386.c b/src/libthread/386.c index 2c611e45..fb4c6746 100644 --- a/src/libthread/386.c +++ b/src/libthread/386.c @@ -1,3 +1,7 @@ +#include "ucontext.c" + +#ifdef OLD + #include "threadimpl.h" /* * To use this you need some patches to Valgrind that @@ -55,3 +59,4 @@ _threadstacklimit(void *bottom, void *top) VALGRIND_SET_STACK_LIMIT(1, bottom, top); #endif } +#endif -- cgit v1.2.3