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 00:58:44 +0300
committerChristopher Faylor <me@cgf.cx>2005-03-16 00:58:44 +0300
commit9d387e73b885388a3a1026cd97cfab9d0d1434d5 (patch)
treec2932c7192d7183c9566b8d69e91406ab6c514a7 /winsup/cygwin/errno.cc
parente9670986601d50db0b53720cfa8a05725de341e8 (diff)
* cygtls.cc (_cygtls::remove): Free process_ident, if it exists.
* errno.cc (errmap): ERROR_DISK_CORRUPT -> EIO.
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 c550aa60d..3bdfa0160 100644
--- a/winsup/cygwin/errno.cc
+++ b/winsup/cygwin/errno.cc
@@ -123,6 +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),
{ 0, NULL, 0}
};