summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-03-25 06:49:10 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-03-25 06:49:10 (GMT)
commitfdba55fe8e2a9fa143eb436ac7d3592a7bc5474c (patch)
treefb5faaae09e0ef1034fba663fe67069ee84a2365 /Python
parent4b186aff486400c3a7412ee552587f5a30be2381 (diff)
downloadcpython-fdba55fe8e2a9fa143eb436ac7d3592a7bc5474c.zip
cpython-fdba55fe8e2a9fa143eb436ac7d3592a7bc5474c.tar.gz
cpython-fdba55fe8e2a9fa143eb436ac7d3592a7bc5474c.tar.bz2
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')
-rw-r--r--Python/thread.c4
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