Function lrs::syscall::ioctl_tiocspgrp

Executes ioctl with the TIOCSPGRP option.

Syntax

fn ioctl_tiocspgrp(fd: i32, id: i32) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

id

The process group id of the foreground process group.

See also