Function lrs::syscall::ioctl_tiocgexcl

Executes ioctl with the TIOCGEXCL option.

Syntax

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

Arguments

NameDescription
fd

The file descriptor on which to operate.

exclusive

Remarks

Kernel versions

The required kernel version is 3.8.

See also