Function lrs::syscall::ioctl_tiocvhangup

Executes ioctl with the TIOCVHANGUP option.

Syntax

fn ioctl_tiocvhangup(fd: i32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

Remarks

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