diff options
Diffstat (limited to 'lib/sys/sys+plan9-x64.myr')
-rw-r--r-- | lib/sys/sys+plan9-x64.myr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sys/sys+plan9-x64.myr b/lib/sys/sys+plan9-x64.myr index a42a0a2..c49bde1 100644 --- a/lib/sys/sys+plan9-x64.myr +++ b/lib/sys/sys+plan9-x64.myr @@ -27,8 +27,8 @@ pkg sys = const Maxerr : size = 128 - const Ordonly : fdopt = 0 - const Owronly : fdopt = 1 + const Oread : fdopt = 0 + const Owrite : fdopt = 1 const Ordwr : fdopt = 2 const Oexec : fdopt = 3 |