Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git] / lunaix-os / includes / usr / lunaix / status.h
index 504584beef027ba40ca285d3b3c26be14b112141..479d844abd77888a68f63606227ea6a47fc26a1e 100644 (file)
@@ -33,5 +33,7 @@
 #define ENOEXEC -27
 #define E2BIG -28
 #define ELIBBAD -29
+#define EAGAIN -30
+#define EDEADLK -31
 
 #endif /* __LUNAIX_STATUS_H */