X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/48b4a227035048fdebcd32532deb7a857c6199ac..fa57b4a05aa12d594f40e0894e0ac6f810a7095c:/lunaix-os/includes/lunaix/status.h?ds=sidebyside diff --git a/lunaix-os/includes/lunaix/status.h b/lunaix-os/includes/lunaix/status.h index 44fa2f9..cc105b4 100644 --- a/lunaix-os/includes/lunaix/status.h +++ b/lunaix-os/includes/lunaix/status.h @@ -5,6 +5,29 @@ #define LXHEAPFULL -(2) #define LXINVLDPTR -(2) #define LXOUTOFMEM -(3) -#define LXINVLDPID -(4) +#define LXSEGFAULT -(5) +#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 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 */