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: added ability to identify process vm regions
[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 44fa2f9858dca4bec0fe47ec09d268e2bd02de88..db33da2d9a9697504e3fd51fbadb362c89017f5e 100644
(file)
--- a/
lunaix-os/includes/lunaix/status.h
+++ b/
lunaix-os/includes/lunaix/status.h
@@
-6,5
+6,6
@@
#define LXINVLDPTR -(2)
#define LXOUTOFMEM -(3)
#define LXINVLDPID -(4)
#define LXINVLDPTR -(2)
#define LXOUTOFMEM -(3)
#define LXINVLDPID -(4)
+#define LXSEGFAULT -(5)
#endif /* __LUNAIX_CODE_H */
#endif /* __LUNAIX_CODE_H */