Function nix::unistd::fdatasync

source ·
pub fn fdatasync(fd: RawFd) -> Result<()>
Expand description

Synchronize the data of a file

See also fdatasync(2)