mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-23 02:12:24 +03:00
The __syscall_cancel_arch function has an epilogue that does not match the prologue. The stack is not used and the return address still lies in r15 when reaching the epilogue. Fix the epilogue by simply returning from the function. Signed-off-by: Luc Michel <luc.michel@amd.com> Tested-by: gopi@sankhya.com Reviewed-by: Neal Frager <neal.frager@amd.com> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>