Staging
v0.5.1
https://github.com/python/cpython
Revision 9d9af2c7a897dc3071cad8277e463da4f7f5b61b authored by Guido van Rossum on 12 August 1997, 18:21:08 UTC, committed by Guido van Rossum on 12 August 1997, 18:21:08 UTC
1 parent a5e9fb6
Raw File
Tip revision: 9d9af2c7a897dc3071cad8277e463da4f7f5b61b authored by Guido van Rossum on 12 August 1997, 18:21:08 UTC
Fixes for the Mac. (Jack)
Tip revision: 9d9af2c
errno_unix.h

#define ENOTDIR		(-120)
#define EACCES		(-54)
#define EEXIST		(-48)
#define EBUSY		(-47)
#define EROFS		(-44)
#define ENOENT		(-43)
#define ENFILE		(-42)
#define	EIO			(-36)
#define ENOSPC		(-34)

#define ESRCH		3
#define EINTR		4
#define EBADF		9
#define ENODEV		19
#define EINVAL		22
#define EMFILE		24

back to top