diff options
author | dzwdz | 2023-06-09 17:22:31 +0200 |
---|---|---|
committer | dzwdz | 2023-06-09 17:22:31 +0200 |
commit | 112eafe13c3628cad6e692179c064dbbc3be2d8b (patch) | |
tree | 04bdb3df2d2e6fd7042dbefa117ff0e5a5447476 /src/shared/include | |
parent | 668655053911072741883fd258c23e9d0668a853 (diff) |
ports/dash: stub out everything needed for dash to compile
Diffstat (limited to 'src/shared/include')
-rw-r--r-- | src/shared/include/camellia/errno.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shared/include/camellia/errno.h b/src/shared/include/camellia/errno.h index 002980c..b56ba91 100644 --- a/src/shared/include/camellia/errno.h +++ b/src/shared/include/camellia/errno.h @@ -18,3 +18,9 @@ #define EISDIR 200 #define ENAMETOOLONG 201 +#define ENOTDIR 202 +#define ELOOP 203 +#define ENOEXEC 204 +#define EINTR 205 +#define EWOULDBLOCK 206 +#define EEXIST 207 |