diff options
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 4 |
1 files changed, 0 insertions, 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 |