sys_setgid

Function sys_setgid 

Source
pub fn sys_setgid(
    _abi: &mut LinuxRiscv64Abi,
    trapframe: &mut Trapframe,
) -> usize
Expand description

Linux sys_setgid implementation (syscall 144)

Set group ID. This is a stub implementation that always succeeds.

Arguments:

  • gid: group ID to set

Returns:

  • 0 on success