diff options
Diffstat (limited to 'src/user/lib/include/__errno.h')
-rw-r--r-- | src/user/lib/include/__errno.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/user/lib/include/__errno.h b/src/user/lib/include/__errno.h index 559e588..f72fcf6 100644 --- a/src/user/lib/include/__errno.h +++ b/src/user/lib/include/__errno.h @@ -15,4 +15,10 @@ E( 12, "ECONNRESET") E( 13, "EPIPE") E(200, "EISDIR") E(201, "ENAMETOOLONG") +E(202, "ENOTDIR") +E(203, "ELOOP") +E(204, "ENOEXEC") +E(205, "EINTR") +E(206, "EWOULDBLOCK") +E(207, "EEXIST") #endif |