mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
DG/UX thread patches (Ross Andrus)
This commit is contained in:
parent
b2c8ec4b75
commit
64f9105fb7
2 changed files with 12 additions and 3 deletions
|
@ -49,6 +49,10 @@ extern char *getenv();
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef __DGUX
|
||||
#define _USING_POSIX4A_DRAFT6
|
||||
#endif
|
||||
|
||||
#ifdef __sgi
|
||||
#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */
|
||||
#undef _POSIX_THREADS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue