Don't define ENOENT when compiling with MSL

This commit is contained in:
Jack Jansen 1997-08-08 14:53:16 +00:00
parent 04df97cdd8
commit 12f318a6fc
1 changed files with 0 additions and 2 deletions

View File

@ -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)