summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-08-08 14:53:16 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-08-08 14:53:16 (GMT)
commit12f318a6fcadcc235effe2a8dcbf35000f68fce0 (patch)
tree350fa910b7f2cecf6c3e639a5434ed1fd5814384 /Mac
parent04df97cdd8ea3c9379645097f36d3bcaae3fc792 (diff)
downloadcpython-12f318a6fcadcc235effe2a8dcbf35000f68fce0.zip
cpython-12f318a6fcadcc235effe2a8dcbf35000f68fce0.tar.gz
cpython-12f318a6fcadcc235effe2a8dcbf35000f68fce0.tar.bz2
Don't define ENOENT when compiling with MSL
Diffstat (limited to 'Mac')
-rw-r--r--Mac/mwerks/errno_unix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/mwerks/errno_unix.h b/Mac/mwerks/errno_unix.h
index bdb9bc7..7f63ef6 100644
--- a/Mac/mwerks/errno_unix.h
+++ b/Mac/mwerks/errno_unix.h
@@ -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)