mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).
This commit is contained in:
parent
4747887880
commit
f1d7413445
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include </usr/include/thread.h>
|
#include </usr/include/thread.h>
|
||||||
|
#indef _POSIX_THREADS
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue