pub fn sys_killpg(pgrp: u64, signum: u32) -> Result<u64, SyscallError>
SYS_KILLPG (328): Send signal to process group.
arg1 = pgrp, arg2 = signum