[][src]Function linux::syscall::ioctl_tiocsig

pub fn ioctl_tiocsig(fd: c_int, sig: c_int) -> c_int

Executes ioctl with the TIOCSIG option.

[argument, fd] The file descriptor on which to operate.

[argument, sig] The signal to send.

= Remarks

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