mirror of https://github.com/python/cpython
Don't define ENOENT when compiling with MSL
This commit is contained in:
parent
04df97cdd8
commit
12f318a6fc
|
@ -36,9 +36,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define EEXIST (-48)
|
||||
#define EBUSY (-47)
|
||||
#define EROFS (-44)
|
||||
#ifndef __MSL__
|
||||
#define ENOENT (-43)
|
||||
#endif
|
||||
#define ENFILE (-42)
|
||||
#define EIO (-36)
|
||||
#define ENOSPC (-34)
|
||||
|
|
Loading…
Reference in New Issue