* cygtls.cc (_cygtls::remove): Free process_ident, if it exists.

* errno.cc (errmap): ERROR_DISK_CORRUPT -> EIO.
This commit is contained in:
Christopher Faylor
2005-03-15 21:58:44 +00:00
parent e967098660
commit 9d387e73b8
3 changed files with 10 additions and 0 deletions

View File

@@ -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}
};