[][src]Function linux::syscall::ioctl_tioccons

pub fn ioctl_tioccons(fd: c_int) -> c_int

Executes ioctl with the TIOCCONS option.

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

= See also

  • link:man:tty_ioctl(2)