X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b58b151ff3f69422ba1d553f66455700cd3c204b..642855f81fd03b9fd6540ac99c665b57b4b38cc8:/lunaix-os/includes/lunaix/status.h diff --git a/lunaix-os/includes/lunaix/status.h b/lunaix-os/includes/lunaix/status.h index fe9224c..f9b947d 100644 --- a/lunaix-os/includes/lunaix/status.h +++ b/lunaix-os/includes/lunaix/status.h @@ -17,13 +17,18 @@ #define EEXIST -12 #define EBADF -13 #define ENOTSUP -14 -#define ENXIO -15 +#define EIO -15 #define ELOOP -16 #define ENOTEMPTY -17 #define EROFS -18 #define EISDIR -19 #define EBUSY -20 #define EXDEV -21 -#define ELOOP -22 +#define ENODEV -22 +#define ERANGE -23 +#define ENOMEM LXOUTOFMEM +#define ENOTDEV -24 +#define EOVERFLOW -25 +#define ENOTBLK -26 #endif /* __LUNAIX_CODE_H */