Staging
v0.5.1
https://github.com/python/cpython
Revision 03bd26dd247eae768f6d34761388b8c93be8827d authored by Tim Peters on 02 March 2001, 02:54:27 UTC, committed by Tim Peters on 02 March 2001, 02:54:27 UTC
1 parent d74bc43
Raw File
Tip revision: 03bd26dd247eae768f6d34761388b8c93be8827d authored by Tim Peters on 02 March 2001, 02:54:27 UTC
Added William Tanksley.
Tip revision: 03bd26d
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