summaryrefslogtreecommitdiffstats
path: root/Mac/errno_unix.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-21 10:51:47 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-21 10:51:47 (GMT)
commit404e0b7c1e2b63d853f883794acc971249a15178 (patch)
treea0434cc678bc2d0c2268c292f218cd75ff333e7c /Mac/errno_unix.h
parent0e53685d1061a0a0de8ac595ef2723307fa595c3 (diff)
downloadcpython-404e0b7c1e2b63d853f883794acc971249a15178.zip
cpython-404e0b7c1e2b63d853f883794acc971249a15178.tar.gz
cpython-404e0b7c1e2b63d853f883794acc971249a15178.tar.bz2
These long dead files somehow got revived. Killed them (but for how
long? :-).
Diffstat (limited to 'Mac/errno_unix.h')
-rw-r--r--Mac/errno_unix.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Mac/errno_unix.h b/Mac/errno_unix.h
deleted file mode 100644
index 00fbe5a..0000000
--- a/Mac/errno_unix.h
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#define ENOTDIR (-120)
-#define EACCES (-54)
-#define EEXIST (-48)
-#define EBUSY (-47)
-#define EROFS (-44)
-#define ENOENT (-43)
-#define ENFILE (-42)
-#define EIO (-36)
-#define ENOSPC (-34)
-
-#define ESRCH 3
-#define EINTR 4
-#define EBADF 9
-#define ENODEV 19
-#define EINVAL 22
-#define EMFILE 24
-