[][src]Function linux::syscall::ioctl_tiocsctty

pub fn ioctl_tiocsctty(fd: c_int, steal: bool) -> c_int

Executes ioctl with the TIOCSCTTY option.

[argument, fd] The file descriptor on which to operate.

[argument, steal] Whether to steal the terminal.

= See also

  • link:man:tty_ioctl(2)