Staging
v0.5.1
https://github.com/python/cpython
Revision d865bc59843bcdaacd257d87c8382759dd21d9f2 authored by Barry Warsaw on 15 March 1995, 18:23:16 UTC, committed by Barry Warsaw on 15 March 1995, 18:23:16 UTC
1 parent a6a714e
Raw File
Tip revision: d865bc59843bcdaacd257d87c8382759dd21d9f2 authored by Barry Warsaw on 15 March 1995, 18:23:16 UTC
#(py-electric-colon): updated comment
Tip revision: d865bc5
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