ref: 86dab9d203405b143a29f2fa137af01b7c943f65
parent: beaf623da9fbfc908915ec1f5fc0e3d2630f5bb6
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