Call the weak symbol for sigprocmask, so that it can be overridden.

This commit is contained in:
Jonathan Mini 2003-02-17 07:47:13 +00:00
parent 5215b1872f
commit 2129373618
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111029

View File

@ -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 */