Function lrs::syscall::ioctl_tiocexcl

Executes ioctl with the TIOCEXCL option.

Syntax

fn ioctl_tiocexcl(fd: i32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

See also