Function lrs::syscall::ioctl_tcsets2

Executes ioctl with the TCSETS2 option.

Syntax

fn ioctl_tcsets2(fd: i32, attrs: &termios2) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

attrs

The tty attributes.

See also