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

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

Synchronize the data of a file

See also fdatasync(2)