Staging
v0.5.1
https://github.com/python/cpython
Revision 6ccaaf1a0857db8d836f6c9bd6214a6882d9ca9e authored by Fred Drake on 29 December 1997, 16:58:46 UTC, committed by Fred Drake on 29 December 1997, 16:58:46 UTC
similar renaming of the @buildno file elsewhere in the Python tree.
1 parent 1656d17
Raw File
Tip revision: 6ccaaf1a0857db8d836f6c9bd6214a6882d9ca9e authored by Fred Drake on 29 December 1997, 16:58:46 UTC
Change name of temporary file to avoid possible filesystem issues; matches
Tip revision: 6ccaaf1
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