]> granicus.if.org Git - python/commitdiff
I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they
authorTim Peters <tim.peters@gmail.com>
Mon, 25 Mar 2002 06:49:10 +0000 (06:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 25 Mar 2002 06:49:10 +0000 (06:49 +0000)
ever do, they can damn well #define _POSIX_THREADS their own damn selves.

Python/thread.c

index 1979df01dff41a119f8617e9fe6960e7a50271c9..b35a48b2eb3defc40fcedd010e1ef2ad033c4b1c 100644 (file)
@@ -36,10 +36,6 @@ extern char *getenv(const char *);
 
 #include "pythread.h"
 
-#ifdef __ksr__
-#define _POSIX_THREADS
-#endif
-
 #ifndef _POSIX_THREADS
 
 #ifdef __sgi