commit | f1d74134450190f66b993319d067c9c4a75352be | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 21 14:39:29 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 21 14:39:29 1996 +0000 |
tree | 1fd8f237c1f004521185c62ba20dbcca36ee135d | |
parent | 4747887880a3f71ffe306dbba6e92bf0f0d7c0a8 [diff] |
Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).
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 @@ #include <stdio.h> #include <unistd.h> #include </usr/include/thread.h> +#indef _POSIX_THREADS /*