Function rustix::io::ioctl_tiocexcl
pub fn ioctl_tiocexcl<Fd: AsFd>(fd: &Fd) -> io::Result<()>
The portability is definied by:
#[cfg(any(linux_raw,
all(libc, not(any(windows, target_os = "redox", target_os = "wasi")))))]