diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/i386/gen/getcontext.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/gen/getcontext.S b/lib/libc/i386/gen/getcontext.S index 3fcdff3..810d138 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 */ |