diff options
author | Guido van Rossum <guido@python.org> | 1996-08-21 14:39:29 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-21 14:39:29 +0000 |
commit | 4f9ff840fe2bbd4085acb6d204ec17700eab5437 (patch) | |
tree | 7f173cc5f10ef9c4703d40176c6209cc3ce1535d /Python/thread_solaris.h | |
parent | 183dd46614c3b3c5b3d92328e416fa0317d91f62 (diff) | |
download | cpython-4f9ff840fe2bbd4085acb6d204ec17700eab5437.tar.gz |
Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).
Diffstat (limited to 'Python/thread_solaris.h')
-rw-r--r-- | Python/thread_solaris.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h index 199d7d09d6..6a9c59e04d 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 /* |