mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
Formerly unix/sysv/sysv4/__sigact.c.~3~
This commit is contained in:
parent
5152366702
commit
781e3c5460
@ -29,7 +29,8 @@ extern int __sigaction_syscall (int,
|
||||
static void
|
||||
trampoline (int sig, int code, struct sigcontext *context)
|
||||
{
|
||||
(*user_handlers[sig]) (sig, code, context);
|
||||
(*(void (*) (int, int, struct sigcontext *)) user_handlers[sig])
|
||||
(sig, code, context);
|
||||
__context_syscall (1, context);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user