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:
authorChristopher Faylor <me@cgf.cx>2005-03-16 04:00:05 +0300
committerChristopher Faylor <me@cgf.cx>2005-03-16 04:00:05 +0300
commita53953b07060920e5e1b1ea077aae7eb703694ba (patch)
treee3ef5d8d73b9026204b76ca4f436daae10f568a7 /winsup/cygwin/errno.cc
parent3ce11ca8d0450957891962297242af94ec34392d (diff)
* errno.cc (errmap): Correct typo in previous change.
Diffstat (limited to 'winsup/cygwin/errno.cc')
-rw-r--r--winsup/cygwin/errno.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/errno.cc b/winsup/cygwin/errno.cc
index 3bdfa0160..62cf1dcba 100644
--- a/winsup/cygwin/errno.cc
+++ b/winsup/cygwin/errno.cc
@@ -123,7 +123,7 @@ static NO_COPY struct
X (IO_PENDING, EAGAIN),
X (TOO_MANY_LINKS, EMLINK),
X (PROC_NOT_FOUND, ESRCH),
- X (ERROR_DISK_CORRUPT, EIO),
+ X (DISK_CORRUPT, EIO),
{ 0, NULL, 0}
};