2 * unsigned long sys_sigreturn(struct pt_regs *regs)
6 struct syscallentry syscall_sigreturn
= {
7 .name
= "rt_sigreturn",
9 .flags
= AVOID_SYSCALL
, // Confuses the signal state and causes the fuzzer to hang with timeout not firing
11 .arg1type
= ARG_ADDRESS
,