X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/191c47396747e54457510c7e126b6ba098fefbbd..af8e873ae38b72a56a89485c62bb5ccd22a9f8a7:/lunaix-os/includes/lunaix/status.h diff --git a/lunaix-os/includes/lunaix/status.h b/lunaix-os/includes/lunaix/status.h index aeef93e..3d300f2 100644 --- a/lunaix-os/includes/lunaix/status.h +++ b/lunaix-os/includes/lunaix/status.h @@ -5,10 +5,28 @@ #define LXHEAPFULL -(2) #define LXINVLDPTR -(2) #define LXOUTOFMEM -(3) -#define LXINVLDPID -(4) #define LXSEGFAULT -(5) -#define LXINVL -(6) +#define EINVAL -(6) #define EINTR -(7) +#define EMFILE -8 +#define ENOENT -9 +#define ENAMETOOLONG -10 +#define ENOTDIR -11 +#define EEXIST -12 +#define EBADF -13 +#define ENOTSUP -14 +#define ENXIO -15 +#define ELOOP -16 +#define ENOTEMPTY -17 +#define EROFS -18 +#define EISDIR -19 +#define EBUSY -20 +#define EXDEV -21 +#define ELOOP -22 +#define ENODEV -23 +#define ERANGE -24 +#define ENOMEM LXOUTOFMEM + #endif /* __LUNAIX_CODE_H */