Function lrs::syscall::ioctl_tiocsig

Executes ioctl with the TIOCSIG option.

Syntax

fn ioctl_tiocsig(fd: i32, sig: i32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

sig

The signal to send.

Remarks

This ioctl is undocumented but see drivers/tty/pty.c.