]> granicus.if.org Git - python/commitdiff
Don't define ENOENT when compiling with MSL
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 8 Aug 1997 14:53:16 +0000 (14:53 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 8 Aug 1997 14:53:16 +0000 (14:53 +0000)
Mac/mwerks/errno_unix.h

index bdb9bc790d8df698da3d82f74dc97c4961270dc3..7f63ef6dba9b848b07f4162429547b90a6d0385a 100644 (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)