Skip to main content
sys_setfsgid
starnix_
core
In starnix_
core::
task::
syscalls
starnix_core
::
task
::
syscalls
Function
sys_
setfsgid
Copy item path
Source
pub fn sys_setfsgid( current_task: &
CurrentTask
, fsgid:
gid_t
, ) ->
Result
<
gid_t
,
Errno
>