Function
lrs
::
syscall
::
setpgid
Sets the process group of a process.
Syntax
fn setpgid(pid: i32, pgid: i32) -> i32
Arguments
Name
Description
pid
pgid
See also
setpgid(2)