refactor: decouple the executable file implementations with execve functionality.
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index 2c3ff963ddc4eff7311a530674b9c13dcc12e4ac..ffaacf51ce091b959e3462636f120f6c2233a08e 100644 (file)
 #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
+#define ENOTBLK -26
+#define ENOEXEC -27
+#define E2BIG -28
+#define ELIBBAD -29
 
 #endif /* __LUNAIX_CODE_H */