Function lrs::syscall::ioctl_tiocnotty

Executes ioctl with the TIOCNOTTY option.

Syntax

fn ioctl_tiocnotty(fd: i32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

See also