Staging
v0.5.1
https://github.com/python/cpython
Revision 7a24c374444e4ad8994cf5147964dbfcff441955 authored by Guido van Rossum on 09 May 1997, 02:41:10 UTC, committed by Guido van Rossum on 09 May 1997, 02:41:10 UTC
1 parent f4eb63e
Raw File
Tip revision: 7a24c374444e4ad8994cf5147964dbfcff441955 authored by Guido van Rossum on 09 May 1997, 02:41:10 UTC
Move WANT_SIGFPE_HANDLER.
Tip revision: 7a24c37
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