Staging
v0.5.1
https://github.com/python/cpython
Revision d09b41bf05a05a27a0cb49d9d050c36a25a0342f authored by Guido van Rossum on 30 January 1995, 12:55:22 UTC, committed by Guido van Rossum on 30 January 1995, 12:55:22 UTC
1 parent a715299
Raw File
Tip revision: d09b41bf05a05a27a0cb49d9d050c36a25a0342f authored by Guido van Rossum on 30 January 1995, 12:55:22 UTC
remove last bits of mac specific code
Tip revision: d09b41b
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