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

Synchronize the data of a file

See also fdatasync(2)