feat: pause(2) support
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index db33da2d9a9697504e3fd51fbadb362c89017f5e..aeef93e5c16e6abf9cb44382fd490c44d857440b 100644 (file)
@@ -7,5 +7,8 @@
 #define LXOUTOFMEM -(3)
 #define LXINVLDPID -(4)
 #define LXSEGFAULT -(5)
+#define LXINVL -(6)
+
+#define EINTR -(7)
 
 #endif /* __LUNAIX_CODE_H */