pub fn fdatasync(fd: RawFd) -> Result<()>
Available on crate feature fs only.
Expand description

Synchronize the data of a file

See also fdatasync(2)