From 70849f84a04e19f8723cfbea24dd3c8be301bf06 Mon Sep 17 00:00:00 2001 From: "Martin v. Löwis" Date: Sat, 20 Sep 2003 11:13:36 +0000 Subject: Patch #805613: Fix usage of the PTH library. --- Python/thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Python/thread.c') diff --git a/Python/thread.c b/Python/thread.c index 87230e02e0a..2298b383e79 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -98,6 +98,7 @@ void PyThread_init_thread(void) #ifdef HAVE_PTH #include "thread_pth.h" +#undef _POSIX_THREADS #endif #ifdef _POSIX_THREADS -- cgit v1.2.3