X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/003db17f7a36a8098827f40df8fedc087b5a26f6..b6ff3c7dbab3f40d03389808d95ac27d416c35e3:/lunaix-os/includes/lunaix/status.h diff --git a/lunaix-os/includes/lunaix/status.h b/lunaix-os/includes/lunaix/status.h index dd353fe..ffaacf5 100644 --- a/lunaix-os/includes/lunaix/status.h +++ b/lunaix-os/includes/lunaix/status.h @@ -17,5 +17,21 @@ #define EEXIST -12 #define EBADF -13 #define ENOTSUP -14 +#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 +#define ENOTBLK -26 +#define ENOEXEC -27 +#define E2BIG -28 +#define ELIBBAD -29 #endif /* __LUNAIX_CODE_H */