[][src]Function linux::syscall::ioctl_tiocnotty

pub fn ioctl_tiocnotty(fd: c_int) -> c_int

Executes ioctl with the TIOCNOTTY option.

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

= See also

  • link:man:tty_ioctl(2)