summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-03-25 06:49:10 +0000
committerTim Peters <tim.peters@gmail.com>2002-03-25 06:49:10 +0000
commit03500c6d1a280203f72d35a6e500b49adca7258c (patch)
treeee2a174ee371973986f77b7f7aa6ea69f44c5cbf /Python/thread.c
parent57becaab4a596cb6c23bb245cceb1ab3b55ed8cb (diff)
downloadcpython-03500c6d1a280203f72d35a6e500b49adca7258c.tar.gz
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.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c4
1 files changed, 0 insertions, 4 deletions
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