cap-std icon indicating copy to clipboard operation
cap-std copied to clipboard

Can `cap_fs_ext::OpenOptions` support for dsync, sync, nonblock, rsync flags?

Open pchickey opened this issue 4 years ago • 1 comments

I can use system_interface::GetSetFdFlags::set_fd_flags on a file to set FdFlags::{DSYNC, SYNC, NONBLOCK, RSYNC} after opening it. Can OpenOptions support these as well?

pchickey avatar Jan 30 '21 05:01 pchickey

note to self: I can clean up cap_std_sync::Dir::open_file to not call set_fd_flags if this becomes possible.

pchickey avatar Jan 30 '21 05:01 pchickey