mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Call the weak symbol for sigprocmask, so that it can be overridden.
This commit is contained in:
parent
5215b1872f
commit
2129373618
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue