Kaydet (Commit) 12f318a6 authored tarafından Jack Jansen's avatar Jack Jansen

Don't define ENOENT when compiling with MSL

üst 04df97cd
......@@ -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)
......
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