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

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

References