X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/90129c6876c9bac2e468ab82c8264352d1952b4d..4b6190b935dd75d8ddd514a05c7c7343e32c0cdc:/lunaix-os/includes/lunaix/status.h diff --git a/lunaix-os/includes/lunaix/status.h b/lunaix-os/includes/lunaix/status.h index 17b509e..cc105b4 100644 --- a/lunaix-os/includes/lunaix/status.h +++ b/lunaix-os/includes/lunaix/status.h @@ -17,7 +17,17 @@ #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 ENODEV -22 +#define ERANGE -23 +#define ENOMEM LXOUTOFMEM +#define ENOTDEV -24 +#define EOVERFLOW -25 #endif /* __LUNAIX_CODE_H */