mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
Merge branch 'arch-tile' into no-rebases
This commit is contained in:
commit
a2b6dfaef0
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ long compat_sys_rt_sigreturn(void)
|
|||
if (restore_sigcontext(regs, &frame->uc.uc_mcontext))
|
||||
goto badframe;
|
||||
|
||||
if (compat_sys_sigaltstack(&frame->uc.uc_stack, NULL) != 0)
|
||||
if (compat_sys_sigaltstack(&frame->uc.uc_stack, NULL) == -EFAULT)
|
||||
goto badframe;
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue