[][src]Constant linux::fd::flags::FD_SYNC

pub const FD_SYNC: DescriptionFlags

Ensure that all data has been passed to the hardware after a write.

= See also

  • link:man:open(2) and O_SYNC therein