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