* errno.cc (errmap): Correct typo in previous change.
This commit is contained in:
parent
3ce11ca8d0
commit
a53953b070
|
@ -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>
|
2005-03-15 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* cygtls.cc (_cygtls::remove): Free process_ident, if it exists.
|
* cygtls.cc (_cygtls::remove): Free process_ident, if it exists.
|
||||||
|
|
|
@ -123,7 +123,7 @@ static NO_COPY struct
|
||||||
X (IO_PENDING, EAGAIN),
|
X (IO_PENDING, EAGAIN),
|
||||||
X (TOO_MANY_LINKS, EMLINK),
|
X (TOO_MANY_LINKS, EMLINK),
|
||||||
X (PROC_NOT_FOUND, ESRCH),
|
X (PROC_NOT_FOUND, ESRCH),
|
||||||
X (ERROR_DISK_CORRUPT, EIO),
|
X (DISK_CORRUPT, EIO),
|
||||||
{ 0, NULL, 0}
|
{ 0, NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue