Function lrs::syscall::ioctl_tiocnxcl

Executes ioctl with the TIOCNXCL option.

Syntax

fn ioctl_tiocnxcl(fd: i32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

See also