Function rustix::fs::fcntl_fullfsync

source ·
pub fn fcntl_fullfsync<Fd: AsFd>(fd: Fd) -> Result<()>
Expand description

fcntl(fd, F_FULLFSYNC)

References