* 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

@@ -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),