diff --git a/lib/libc/i386/gen/getcontext.S b/lib/libc/i386/gen/getcontext.S index 3fcdff3cffa..810d138d0db 100644 --- a/lib/libc/i386/gen/getcontext.S +++ b/lib/libc/i386/gen/getcontext.S @@ -61,7 +61,7 @@ ENTRY(__setcontext) pushl $0 /* oset = NULL */ pushl %eax /* set = &ucp->uc_sigmask */ pushl $3 /* how = SIG_SETMASK */ - call PIC_PLT(CNAME(_sigprocmask)) + call PIC_PLT(CNAME(sigprocmask)) addl $12, %esp PIC_EPILOGUE testl %eax, %eax /* check for error */