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

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

Synchronize changes to a file

See also fsync(2)