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: integrate gdb support over serial port for bare-metal debugging.
[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 2368156726bf615e31bffbb9312ea5fc9ee0a0c1..cc105b469ccede5f2ff622a155c0c24a7b463232 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
@@
-28,5
+28,6
@@
#define ERANGE -23
#define ENOMEM LXOUTOFMEM
#define ENOTDEV -24
#define ERANGE -23
#define ENOMEM LXOUTOFMEM
#define ENOTDEV -24
+#define EOVERFLOW -25
#endif /* __LUNAIX_CODE_H */
#endif /* __LUNAIX_CODE_H */