Function nix::unistd::fsync

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

Synchronize changes to a file

See also fsync(2)

On this page