summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-04-08 15:28:05 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-04-08 15:28:05 (GMT)
commit64639202baac74185373f77f9cfa15b0bed9e007 (patch)
tree354aa39f936102c723d90e68c395281dad3b51dc /Mac
parent184c16031e2f0c9eacd5596f12bf6b1227a990e0 (diff)
downloadcpython-64639202baac74185373f77f9cfa15b0bed9e007.zip
cpython-64639202baac74185373f77f9cfa15b0bed9e007.tar.gz
cpython-64639202baac74185373f77f9cfa15b0bed9e007.tar.bz2
(Optional) MSL compatability
Diffstat (limited to 'Mac')
-rw-r--r--Mac/mwerks/errno_unix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/mwerks/errno_unix.h b/Mac/mwerks/errno_unix.h
index 79a90b5..bdb9bc7 100644
--- a/Mac/mwerks/errno_unix.h
+++ b/Mac/mwerks/errno_unix.h
@@ -30,11 +30,15 @@ PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#define ENOTDIR (-120)
+#ifndef __MSL__
#define EACCES (-54)
+#endif
#define EEXIST (-48)
#define EBUSY (-47)
#define EROFS (-44)
+#ifndef __MSL__
#define ENOENT (-43)
+#endif
#define ENFILE (-42)
#define EIO (-36)
#define ENOSPC (-34)