diff options
Diffstat (limited to 'src/user/lib/include/__errno.h')
-rw-r--r-- | src/user/lib/include/__errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/lib/include/__errno.h b/src/user/lib/include/__errno.h index d6d5e6a..69113cb 100644 --- a/src/user/lib/include/__errno.h +++ b/src/user/lib/include/__errno.h @@ -13,4 +13,5 @@ E( 10, "EACCES") E( 11, "EMFILE all file descriptors taken") E( 12, "ECONNRESET") E(200, "EISDIR") +E(201, "ENAMETOOLONG") #endif |