git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: basic elf32 loader (only LOAD segment is supported)
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
status.h
diff --git
a/lunaix-os/includes/lunaix/status.h
b/lunaix-os/includes/lunaix/status.h
index a108ea26070728b5c127457b9cf65e5d35ae0020..31d2327f1f01bac60f867e66fdb86d8d62d1c00f 100644
(file)
--- a/
lunaix-os/includes/lunaix/status.h
+++ b/
lunaix-os/includes/lunaix/status.h
@@
-17,17
+17,20
@@
#define EEXIST -12
#define EBADF -13
#define ENOTSUP -14
#define EEXIST -12
#define EBADF -13
#define ENOTSUP -14
-#define E
NX
IO -15
+#define EIO -15
#define ELOOP -16
#define ENOTEMPTY -17
#define EROFS -18
#define EISDIR -19
#define EBUSY -20
#define EXDEV -21
#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 ENODEV -22
+#define ERANGE -23
#define ENOMEM LXOUTOFMEM
#define ENOMEM LXOUTOFMEM
-#define ENOTDEV -25
+#define ENOTDEV -24
+#define EOVERFLOW -25
+#define ENOTBLK -26
+#define ENOEXEC -27
+#define E2BIG -28
#endif /* __LUNAIX_CODE_H */
#endif /* __LUNAIX_CODE_H */