Commit 64639202 authored by Jack Jansen's avatar Jack Jansen

(Optional) MSL compatability

parent 184c1603
...@@ -30,11 +30,15 @@ PERFORMANCE OF THIS SOFTWARE. ...@@ -30,11 +30,15 @@ PERFORMANCE OF THIS SOFTWARE.
******************************************************************/ ******************************************************************/
#define ENOTDIR (-120) #define ENOTDIR (-120)
#ifndef __MSL__
#define EACCES (-54) #define EACCES (-54)
#endif
#define EEXIST (-48) #define EEXIST (-48)
#define EBUSY (-47) #define EBUSY (-47)
#define EROFS (-44) #define EROFS (-44)
#ifndef __MSL__
#define ENOENT (-43) #define ENOENT (-43)
#endif
#define ENFILE (-42) #define ENFILE (-42)
#define EIO (-36) #define EIO (-36)
#define ENOSPC (-34) #define ENOSPC (-34)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment