mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 02:43:24 +00:00
Allow passing the process Context
to syscall handlers
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
19ad2a2eb4
commit
66a37da214
@ -11,6 +11,7 @@ pub fn sys_rt_sigaction(
|
||||
sig_action_addr: Vaddr,
|
||||
old_sig_action_addr: Vaddr,
|
||||
sigset_size: u64,
|
||||
_ctx: &Context,
|
||||
) -> Result<SyscallReturn> {
|
||||
let sig_num = SigNum::try_from(sig_num)?;
|
||||
debug!(
|
||||
|
Reference in New Issue
Block a user