https://github.com/python/cpython
Raw File
Tip revision: e5b9bff214584fa088cdf616f96d44eec69dd743 authored by Martin v. Löwis on 31 October 2011, 11:38:50 UTC
2.5 is no longer maintained
Tip revision: e5b9bff
mkestrres-errno.h
/* These are defined in MSL errno.h, but unfortunately not documented */
#define EFPOS		35		/* File positioning error */
#define	ESIGPARM	36		/* Signal argument error */
#define	ENOMEM		37		/* Cannot allocate memory */
#define	EACCES		38		/* Permission denied */
#define	ENOENT		39		/* No such file or directory */
#define	ENOSYS		40		/* Function not implemented */
back to top