* errno.cc (errmap): Correct typo in previous change.

This commit is contained in:
Christopher Faylor 2005-03-16 01:00:05 +00:00
parent 3ce11ca8d0
commit a53953b070
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-15 Christopher Faylor <cgf@timesys.com>
* errno.cc (errmap): Correct typo in previous change.
2005-03-15 Christopher Faylor <cgf@timesys.com>
* cygtls.cc (_cygtls::remove): Free process_ident, if it exists.

View File

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