Function sys_shmat

Source
pub(super) fn sys_shmat(
    task: &Sel4Task,
    shmid: usize,
    shmaddr: usize,
    shmflg: usize,
) -> SysResult