X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Flibc%2Ferrno.h;h=a4cf48337871127153cf43824c4df7470b1f05fd;hb=22dd4db1a4ff756f76bdd87062c2252fe3091228;hp=d7ab369ebc2d0a186fd1d5402833d94c0b2a9ba7;hpb=27a78ae0ed500338ad3df62e67709ff8cc247e6d;p=bootcensus diff --git a/src/libc/errno.h b/src/libc/errno.h index d7ab369..a4cf483 100644 --- a/src/libc/errno.h +++ b/src/libc/errno.h @@ -30,6 +30,9 @@ along with this program. If not, see . #define ENOSPC 10 #define EPERM 11 #define ENOTDIR 12 +#define EISDIR 13 +#define EEXIST 14 +#define ERANGE 34 #define EBUG 127 /* for missing features and known bugs */