Skip to content

Commit

Permalink
Add sigpending syscall. Correponds to llvm-project-deluge/9641f26a37e8
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Pizlo committed Jul 3, 2024
1 parent 0d818f4 commit d929069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signal/sigpending.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

int sigpending(sigset_t *set)
{
return syscall(SYS_rt_sigpending, set, _NSIG/8);
return zsys_sigpending(set);
}

0 comments on commit d929069

Please sign in to comment.