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(-) (limited to 'Python/thread.c') diff --git a/Python/thread.c b/Python/thread.c index 1979df01dff..b35a48b2eb3 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 v1.2.3