Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-04-03 22:20:38 +0400
committerCorinna Vinschen <corinna@vinschen.de>2001-04-03 22:20:38 +0400
commitc196a1a26a3889615b0e1ce273a06db5ed9a2434 (patch)
tree20652f0e8774d03d24863a35b3a59b1bb958f792 /winsup/cygwin/errno.cc
parent45d061cccfadd9327980152a1c977aa6a56cf4cd (diff)
* errno.cc (errmap): Map ERROR_FILE_INVALID to ENXIO.
Diffstat (limited to 'winsup/cygwin/errno.cc')
-rw-r--r--winsup/cygwin/errno.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/errno.cc b/winsup/cygwin/errno.cc
index 1ade51b61..c7b491cb4 100644
--- a/winsup/cygwin/errno.cc
+++ b/winsup/cygwin/errno.cc
@@ -107,6 +107,7 @@ errmap[] =
X (NOT_READY, ENOMEDIUM),
X (DISK_FULL, ENOSPC),
X (NOACCESS, EFAULT),
+ X (FILE_INVALID, ENXIO),
{ 0, NULL, 0}
};