diff --git a/lib/libc/alpha/gen/setjmp.S b/lib/libc/alpha/gen/setjmp.S index 950711de0bc2..fc2e16ad2a2b 100644 --- a/lib/libc/alpha/gen/setjmp.S +++ b/lib/libc/alpha/gen/setjmp.S @@ -118,7 +118,7 @@ END(setjmp) LEAF(longjmp, 2) LDGP(pv) stq a1, (( 0 + 4) * 8)(a0) /* save return value */ - PCALL(osigreturn) /* use sigreturn to return */ + PCALL(sigreturn) /* use sigreturn to return */ botch: CALL(longjmperror)