Function lrs::syscall::ioctl_tioccons

Executes ioctl with the TIOCCONS option.

Syntax

fn ioctl_tioccons(fd: i32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

See also