Function sys_shmctl

Source
pub(super) fn sys_shmctl(
    _task: &Sel4Task,
    shmid: usize,
    cmd: usize,
    arg: usize,
) -> SysResult