mirror of https://github.com/python/cpython
Hacks for NEXTSTEP.
This commit is contained in:
parent
2586bf0a34
commit
c70b61fe6d
|
@ -39,6 +39,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define DO_PG
|
||||
#endif
|
||||
|
||||
#ifdef _NEXT_SOURCE
|
||||
#define mode_t int
|
||||
#define NO_UNAME
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <setjmp.h>
|
||||
|
|
Loading…
Reference in New Issue