Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6463920

Browse files
committed
(Optional) MSL compatability
1 parent 184c160 commit 6463920

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Mac/mwerks/errno_unix.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ PERFORMANCE OF THIS SOFTWARE.
3030
******************************************************************/
3131

3232
#define ENOTDIR (-120)
33+
#ifndef __MSL__
3334
#define EACCES (-54)
35+
#endif
3436
#define EEXIST (-48)
3537
#define EBUSY (-47)
3638
#define EROFS (-44)
39+
#ifndef __MSL__
3740
#define ENOENT (-43)
41+
#endif
3842
#define ENFILE (-42)
3943
#define EIO (-36)
4044
#define ENOSPC (-34)

0 commit comments

Comments
 (0)