Function fuchsia_nix::unistd::fsync

pub fn fsync(fd: i32) -> Result<(), Errno>
Expand description

Synchronize changes to a file

See also fsync(2)