mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
* errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_NOT_FOUND.
This commit is contained in:
parent
a3d5219c5f
commit
6c22c79f73
@ -1,3 +1,7 @@
|
||||
2005-09-26 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_NOT_FOUND.
|
||||
|
||||
2005-09-26 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* exceptions.cc (_cygtls::call_signal_handler): Minor cleanup.
|
||||
|
@ -133,6 +133,8 @@ static NO_COPY struct
|
||||
X (WAIT_NO_CHILDREN, ECHILD),
|
||||
X (WORKING_SET_QUOTA, EAGAIN),
|
||||
X (WRITE_PROTECT, EROFS),
|
||||
X (SEEK, EINVAL),
|
||||
X (SECTOR_NOT_FOUND, EINVAL),
|
||||
{ 0, NULL, 0}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user