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: (twimap) provide an easy way for mapping kernel objects into filesystem
[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 2c3ff963ddc4eff7311a530674b9c13dcc12e4ac..cc105b469ccede5f2ff622a155c0c24a7b463232 100644
(file)
--- a/
lunaix-os/includes/lunaix/status.h
+++ b/
lunaix-os/includes/lunaix/status.h
@@
-17,6
+17,17
@@
#define EEXIST -12
#define EBADF -13
#define ENOTSUP -14
#define EEXIST -12
#define EBADF -13
#define ENOTSUP -14
-#define ENXIO -15
+#define EIO -15
+#define ELOOP -16
+#define ENOTEMPTY -17
+#define EROFS -18
+#define EISDIR -19
+#define EBUSY -20
+#define EXDEV -21
+#define ENODEV -22
+#define ERANGE -23
+#define ENOMEM LXOUTOFMEM
+#define ENOTDEV -24
+#define EOVERFLOW -25
#endif /* __LUNAIX_CODE_H */
#endif /* __LUNAIX_CODE_H */