* errno.cc: Map ERROR_NOACCESS to EFAULT.

This commit is contained in:
Corinna Vinschen 2000-03-15 20:40:07 +00:00
parent 181438ea70
commit 427cf50a1a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 15 20:38:06 2000 Corinna Vinschen <corinna@vinschen.de>
* errno.cc: Map ERROR_NOACCESS to EFAULT.
Wed Mar 15 14:25:38 2000 Christopher Faylor <cgf@cygnus.com>
* spawn.cc (spawn_guts): Restore dependency on signal_arrived. It's

View File

@ -103,6 +103,7 @@ errmap[] =
X (NEGATIVE_SEEK, EINVAL),
X (NOT_READY, ENOMEDIUM),
X (DISK_FULL, ENOSPC),
X (NOACCESS, EFAULT),
{ 0, NULL, 0}
};