Function otter_api_tests::unistd::fdatasync[]

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

Synchronize the data of a file

See also fdatasync(2)