mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Hacks for NEXTSTEP.
This commit is contained in:
parent
2586bf0a34
commit
c70b61fe6d
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue