Constant O_DSYNC
pub const O_DSYNC: i32 = 0o001_0000; // 4_096i32
Available on crate feature
dep_nc
only.Expand description
used to be O_SYNC
, see below
pub const O_DSYNC: i32 = 0o001_0000; // 4_096i32
dep_nc
only.used to be O_SYNC
, see below