Function nix::unistd::fdatasync[][src]

pub fn fdatasync(fd: RawFd) -> Result<()>
[]

Synchronize the data of a file

See also fdatasync(2)