From: Guido van Rossum Date: Wed, 21 Aug 1996 14:39:29 +0000 (+0000) Subject: Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). X-Git-Tag: v1.4b3~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1d74134450190f66b993319d067c9c4a75352be;p=thirdparty%2FPython%2Fcpython.git 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 199d7d09d6f9..6a9c59e04dec 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 #include #include +#indef _POSIX_THREADS /*