[][src]Function nix::unistd::fsync

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

Synchronize changes to a file

See also fsync(2)