pub fn sys_sigaction( signum: u64, act_ptr: u64, oact_ptr: u64, ) -> Result<u64, SyscallError>
Performs the sys sigaction operation.