pub fn tcsetpgrp<Fd>(fd: Fd, pid: Pid) -> Result<(), Errno> ⓘwhere Fd: AsFd,
dep_rustix
tcsetpgrp(fd, pid)—Set the terminal foreground process group.
tcsetpgrp(fd, pid)
Also known as the TIOCSPGRP operation with ioctl.
TIOCSPGRP
ioctl