diff options
author | dzwdz | 2022-09-21 18:07:21 +0200 |
---|---|---|
committer | dzwdz | 2022-09-21 18:07:21 +0200 |
commit | 8b3d3950ca115f1c614e85db9f25fc683864db14 (patch) | |
tree | 155705b792ec7e27075252744a9d01f7d7932c38 /src/shared | |
parent | 95be8a2f9eda62b8061e02ee129a89c6dc54870b (diff) |
user/lib: ufs_wait
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/include/camellia/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/include/camellia/errno.h b/src/shared/include/camellia/errno.h index 263bd25..c572f88 100644 --- a/src/shared/include/camellia/errno.h +++ b/src/shared/include/camellia/errno.h @@ -16,3 +16,4 @@ #define ECONNRESET 12 #define EISDIR 200 +#define ENAMETOOLONG 201 |