[][src]Function linux::syscall::ioctl_tiocgexcl

pub fn ioctl_tiocgexcl(fd: c_int, exclusive: &mut bool) -> c_int

Executes ioctl with the TIOCGEXCL option.

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

[argument, packet] Place where the status of exclusize mode will be stored.

= Remarks

== Kernel versions

The required kernel version is 3.8.

= See also

  • link:man:tty_ioctl(2)