From: Tim Peters Date: Mon, 25 Mar 2002 06:49:10 +0000 (+0000) Subject: I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they X-Git-Tag: v2.3c1~6348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdba55fe8e2a9fa143eb436ac7d3592a7bc5474c;p=python 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. --- diff --git a/Python/thread.c b/Python/thread.c index 1979df01df..b35a48b2eb 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