summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-21 14:39:29 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-21 14:39:29 (GMT)
commitf1d74134450190f66b993319d067c9c4a75352be (patch)
tree1fd8f237c1f004521185c62ba20dbcca36ee135d /Python
parent4747887880a3f71ffe306dbba6e92bf0f0d7c0a8 (diff)
downloadcpython-f1d74134450190f66b993319d067c9c4a75352be.zip
cpython-f1d74134450190f66b993319d067c9c4a75352be.tar.gz
cpython-f1d74134450190f66b993319d067c9c4a75352be.tar.bz2
Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).
Diffstat (limited to 'Python')
-rw-r--r--Python/thread_solaris.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h
index 199d7d0..6a9c59e 100644
--- a/Python/thread_solaris.h
+++ b/Python/thread_solaris.h
@@ -26,6 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include <unistd.h>
#include </usr/include/thread.h>
+#indef _POSIX_THREADS
/*