mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
(Optional) MSL compatability
This commit is contained in:
parent
184c16031e
commit
64639202ba
1 changed files with 4 additions and 0 deletions
|
@ -30,11 +30,15 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
******************************************************************/
|
||||
|
||||
#define ENOTDIR (-120)
|
||||
#ifndef __MSL__
|
||||
#define EACCES (-54)
|
||||
#endif
|
||||
#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…
Add table
Add a link
Reference in a new issue