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