refactor: decouple the executable file implementations with execve functionality.
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index 31d2327f1f01bac60f867e66fdb86d8d62d1c00f..ffaacf51ce091b959e3462636f120f6c2233a08e 100644 (file)
@@ -32,5 +32,6 @@
 #define ENOTBLK -26
 #define ENOEXEC -27
 #define E2BIG -28
+#define ELIBBAD -29
 
 #endif /* __LUNAIX_CODE_H */