devela::_dep::rustix::process

Function ioctl_tiocsctty

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

ioctl(fd, TIOCSCTTY, 0)—Sets the controlling terminal for the process.

§References