pub fn ioctl_tiocnxcl<Fd: AsFd>(fd: Fd) -> Result<()>
Expand description

ioctl(fd, TIOCNXCL)—Disables exclusive mode on a terminal.

References