diff options
author | dzwdz | 2022-08-08 19:04:27 +0200 |
---|---|---|
committer | dzwdz | 2022-08-08 19:04:27 +0200 |
commit | f2703089da21898e9c3127615e98c1717c7ceeb5 (patch) | |
tree | d4a80164a20b34cbf594e72d758708be23c0e6e1 /src/shared | |
parent | a4634ea9458fcc4856ad52bcf383efcb9134091f (diff) |
user/libc: cwd
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 f3a9a94..5a9e743 100644 --- a/src/shared/include/camellia/errno.h +++ b/src/shared/include/camellia/errno.h @@ -6,3 +6,4 @@ #define ENOSYS 5 /* Unsupported. */ #define ERANGE 6 #define ENOMEM 7 +#define ENOENT 8 |