devela::_dep::rustix::fs

Function syncfs

pub fn syncfs<Fd>(fd: Fd) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

syncfs(fd)—Flush cached filesystem data.

§References