summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-09-11 14:20:59 +0000
committerwtc%netscape.com <devnull@localhost>1998-09-11 14:20:59 +0000
commita04d6f9dbec96e0c86f20f9d6c638d3c1e55783c (patch)
tree8afd9d03d4e10b5f6993254b083b4ae5764adf01
parent5ff067b652ff3f7ff40eaad502a52923a235f53b (diff)
downloadnspr-hg-NO_NSPR_PRIVATE_HEADER_BRANCH.tar.gz
Do not fabricate the EMFILE error code for the Mac.NO_NSPR_PRIVATE_HEADER_BRANCH
-rw-r--r--pr/include/md/_macos.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pr/include/md/_macos.h b/pr/include/md/_macos.h
index 074afbb0..f1e2d5c6 100644
--- a/pr/include/md/_macos.h
+++ b/pr/include/md/_macos.h
@@ -462,7 +462,6 @@ typedef short PROSFD;
// Errors not found in the Mac StdCLib
#define EACCES 13 // Permission denied
#define ENOENT -43 // No such file or directory
-#define EMFILE 24 // Too many open files
#define _OS_INVALID_FD_VALUE -1
#define STDERR_FILENO 2