From f1d74134450190f66b993319d067c9c4a75352be Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 21 Aug 1996 14:39:29 +0000 Subject: Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). --- Python/thread_solaris.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#indef _POSIX_THREADS /* -- cgit v0.12