refactor: clean up the virtual memory mappings
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index 2368156726bf615e31bffbb9312ea5fc9ee0a0c1..cc105b469ccede5f2ff622a155c0c24a7b463232 100644 (file)
@@ -17,7 +17,7 @@
 #define EEXIST -12
 #define EBADF -13
 #define ENOTSUP -14
-#define ENXIO -15
+#define EIO -15
 #define ELOOP -16
 #define ENOTEMPTY -17
 #define EROFS -18
@@ -28,5 +28,6 @@
 #define ERANGE -23
 #define ENOMEM LXOUTOFMEM
 #define ENOTDEV -24
+#define EOVERFLOW -25
 
 #endif /* __LUNAIX_CODE_H */