Function lrs::syscall::ioctl_tiocsctty

Executes ioctl with the TIOCSCTTY option.

Syntax

fn ioctl_tiocsctty(fd: i32, steal: bool) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

steal

Whether to steal the terminal.

See also