ref: bc4494b485a0389d91bae2e2920abc5ab0c55129
parent: e9c3e68f9bdb20bfc33069144802494d64e7b7e8
author: Ori Bernstein <[email protected]>
date: Thu Aug 14 12:27:59 EDT 2014
Add direct open flag
--- a/libstd/sys-linux.myr
+++ b/libstd/sys-linux.myr
@@ -105,6 +105,7 @@
const Otrunc : fdopt = 0x200
const Oappend : fdopt = 0x400
const Ondelay : fdopt = 0x800
+ const Odirect : fdopt = 0x4000
const Odir : fdopt = 0x10000
const Onofollow : fdopt = 0x20000