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: symlink(2) and realpathat syscall
[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..fe9224c8e89c6e3a30d4b62265c5be481437d136 100644
(file)
--- a/
lunaix-os/includes/lunaix/status.h
+++ b/
lunaix-os/includes/lunaix/status.h
@@
-5,6
+5,25
@@
#define LXHEAPFULL -(2)
#define LXINVLDPTR -(2)
#define LXOUTOFMEM -(3)
#define LXHEAPFULL -(2)
#define LXINVLDPTR -(2)
#define LXOUTOFMEM -(3)
-#define LXINVLDPID -(4)
+#define LXSEGFAULT -(5)
+#define EINVAL -(6)
+
+#define EINTR -(7)
+
+#define EMFILE -8
+#define ENOENT -9
+#define ENAMETOOLONG -10
+#define ENOTDIR -11
+#define EEXIST -12
+#define EBADF -13
+#define ENOTSUP -14
+#define ENXIO -15
+#define ELOOP -16
+#define ENOTEMPTY -17
+#define EROFS -18
+#define EISDIR -19
+#define EBUSY -20
+#define EXDEV -21
+#define ELOOP -22
#endif /* __LUNAIX_CODE_H */
#endif /* __LUNAIX_CODE_H */