add lunaix dynamic linker as submodule
[lunaix-os.git] / lunaix-os / includes / lunaix / foptions.h
index f43fb10fb884e500245fb88c72f847813895946e..38b055a9d18dd1b3a73ed6e7cccf02b3bb38361a 100644 (file)
@@ -1,12 +1,6 @@
 #ifndef __LUNAIX_FOPTIONS_H
 #define __LUNAIX_FOPTIONS_H
 
-#define FO_CREATE 0x1
-#define FO_APPEND 0x2
-#define FO_DIRECT 0x4
-
-#define FSEEK_SET 0x1
-#define FSEEK_CUR 0x2
-#define FSEEK_END 0x3
+#include <usr/lunaix/fcntl_defs.h>
 
 #endif /* __LUNAIX_FOPTIONS_H */