pub fn fdatasync(fd: RawFd) -> Result<()>
Available on crate feature
fs
only.Expand description
Synchronize the data of a file
See also fdatasync(2)
pub fn fdatasync(fd: RawFd) -> Result<()>
fs
only.Synchronize the data of a file
See also fdatasync(2)