Function lrs::syscall::ioctl_tiocgpgrp

Executes ioctl with the TIOCGPGRP option.

Syntax

fn ioctl_tiocgpgrp(fd: i32, id: &mut i32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

id

Place where the process group id of the foreground process group will be stored.

See also