X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Flibc%2Ferrno.h;fp=src%2Flibc%2Ferrno.h;h=a4cf48337871127153cf43824c4df7470b1f05fd;hp=d7ab369ebc2d0a186fd1d5402833d94c0b2a9ba7;hb=81c11bdd80190ec319a82b0402173cfb65fcbf72;hpb=7dcd5071e600f8cf48174d1fddb3dba57ec9476d 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 */