X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Flibc%2Ferrno.h;h=a4cf48337871127153cf43824c4df7470b1f05fd;hb=137aca58851528e77004dc3909826f24bbdbde87;hp=dd9b14fe980a1357dd6234fe792d812c0253df9d;hpb=97356e29f73e12f0856fde92a48e86c73bef387c;p=bootcensus diff --git a/src/libc/errno.h b/src/libc/errno.h index dd9b14f..a4cf483 100644 --- a/src/libc/errno.h +++ b/src/libc/errno.h @@ -30,7 +30,12 @@ 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 */ +int errno; + #endif /* ERRNO_H_ */