From fdba55fe8e2a9fa143eb436ac7d3592a7bc5474c Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 25 Mar 2002 06:49:10 +0000 Subject: I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they ever do, they can damn well #define _POSIX_THREADS their own damn selves. --- Python/thread.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Python/thread.c b/Python/thread.c index 1979df0..b35a48b 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -36,10 +36,6 @@ extern char *getenv(const char *); #include "pythread.h" -#ifdef __ksr__ -#define _POSIX_THREADS -#endif - #ifndef _POSIX_THREADS #ifdef __sgi -- cgit v0.12