HomeFreeBSD

Fall back to O_RDONLY -- not O_WRONLY.

Description

Fall back to O_RDONLY -- not O_WRONLY.

If CloudABI processes open files with a set of requested rights that do
not match any of the privileges granted by O_RDONLY, O_WRONLY or O_RDWR,
we'd better fall back to O_RDONLY -- not O_WRONLY.

Details

Provenance
edAuthored on
Parents
rS286632: Properly convert the error number to CloudABI's indexing.
Branches
Unknown
Tags
Unknown