[][src]Function linux::syscall::ioctl_tcxonc

pub fn ioctl_tcxonc(fd: c_int, how: c_uint) -> c_int

Executes ioctl with the TCXONC option.

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

[argument, how] What to disable/enable.

= See also

  • link:man:tty_ioctl(2)