Function lrs::syscall::ioctl_tcflsh

Executes ioctl with the TCFLSH option.

Syntax

fn ioctl_tcflsh(fd: i32, how: u32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

how

What to discard.

See also