feat: implement dup(2), dup2(2)
[lunaix-os.git] / lunaix-os / includes / lunaix / foptions.h
index 6d6d2d323d4df386cccc94fd0b2a22bf5ab59638..00f3486f82cbb0a2d341feaeef2ae75132ecfef4 100644 (file)
@@ -4,4 +4,8 @@
 #define FO_CREATE 0x1
 #define FO_APPEND 0x2
 
+#define FSEEK_SET 0x1
+#define FSEEK_CUR 0x2
+#define FSEEK_END 0x3
+
 #endif /* __LUNAIX_FOPTIONS_H */