* errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.

This commit is contained in:
Corinna Vinschen 2000-05-09 10:14:17 +00:00
parent a731e4e755
commit 8c63465c7b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu May 9 0:47:00 2000 Corinna Vinschen <corinna@vinschen.de>
Patch suggested by Eric Fifer <EFifer@sanwaint.com>
* errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.
Thu May 9 0:47:00 2000 Corinna Vinschen <corinna@vinschen.de>
* path.cc (symlink::info): Treat non readable files

View File

@ -64,7 +64,7 @@ errmap[] =
X (CHILD_NOT_COMPLETE, EBUSY),
X (DIR_NOT_EMPTY, ENOTEMPTY),
X (SIGNAL_REFUSED, EIO),
X (BAD_PATHNAME, EINVAL),
X (BAD_PATHNAME, ENOENT),
X (SIGNAL_PENDING, EBUSY),
X (MAX_THRDS_REACHED, EAGAIN),
X (BUSY, EBUSY),