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