Skip to main content
sys_setpgid
starnix_
core
In starnix_
core::
task::
syscalls
starnix_core
::
task
::
syscalls
Function
sys_
setpgid
Copy item path
Source
pub fn sys_setpgid( current_task: &
CurrentTask
, pid:
pid_t
, pgid:
pid_t
, ) ->
Result
<
()
,
Errno
>