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
refactor: cut off some bloats in intr_ctx
[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 0e381b48a63d5e54dbca6abfa3f87fb5a81c3365..f9b947de7f4bd309445a527a360ca5c259e1d236 100644
(file)
--- a/
lunaix-os/includes/lunaix/status.h
+++ b/
lunaix-os/includes/lunaix/status.h
@@
-17,7
+17,7
@@
#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 ELOOP -16
#define ENOTEMPTY -17
#define EROFS -18
@@
-29,5
+29,6
@@
#define ENOMEM LXOUTOFMEM
#define ENOTDEV -24
#define EOVERFLOW -25
#define ENOMEM LXOUTOFMEM
#define ENOTDEV -24
#define EOVERFLOW -25
+#define ENOTBLK -26
#endif /* __LUNAIX_CODE_H */
#endif /* __LUNAIX_CODE_H */