-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Is there a reason that O_DIRECT couldn't be added to OpenFlags? Would you accept a PR for it?
For my specific use case, I'm getting some Java code ready to run on both x86-64 and aarch64, and it's inconvenient that the (currently hard-coded constant) for O_DIRECT
on x86-64 maps to the value of O_DIRECTORY
on aarch64.
Metadata
Metadata
Assignees
Labels
No labels