[][src]Function linux::syscall::ioctl_tiocexcl

pub fn ioctl_tiocexcl(fd: c_int) -> c_int

Executes ioctl with the TIOCEXCL option.

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

= See also

  • link:man:tty_ioctl(2)