summaryrefslogtreecommitdiff
path: root/src/user/lib/include
diff options
context:
space:
mode:
authordzwdz2022-09-21 18:07:21 +0200
committerdzwdz2022-09-21 18:07:21 +0200
commit8b3d3950ca115f1c614e85db9f25fc683864db14 (patch)
tree155705b792ec7e27075252744a9d01f7d7932c38 /src/user/lib/include
parent95be8a2f9eda62b8061e02ee129a89c6dc54870b (diff)
user/lib: ufs_wait
Diffstat (limited to 'src/user/lib/include')
-rw-r--r--src/user/lib/include/__errno.h1
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