mirror of
https://github.com/ish-app/ish.git
synced 2026-02-01 14:32:26 +00:00
Add strace for sigpending
This commit is contained in:
parent
3da96f812f
commit
a4c09fb0ce
@ -351,6 +351,7 @@ dword_t sys_rt_sigprocmask(dword_t how, addr_t set_addr, addr_t oldset_addr, dwo
|
||||
}
|
||||
|
||||
int_t sys_rt_sigpending(addr_t set_addr) {
|
||||
STRACE("rt_sigpending(%#x)");
|
||||
if (user_put(set_addr, current->pending))
|
||||
return _EFAULT;
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user