* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.

This commit is contained in:
Christopher Faylor
2000-05-06 03:33:10 +00:00
parent b5c5e30da7
commit 2a1064aad6
4 changed files with 7 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ errmap[] =
X (NO_DATA, EPIPE),
X (PIPE_NOT_CONNECTED, ECOMM),
X (MORE_DATA, EAGAIN),
X (DIRECTORY, EISDIR),
X (DIRECTORY, ENOTDIR),
X (PIPE_CONNECTED, EBUSY),
X (PIPE_LISTENING, ECOMM),
X (NO_TOKEN, EINVAL),