mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 02:30:51 -04:00
libc: Add pdfork to the list of interposed system calls
Otherwise the asm stub is used and libthr interposition does not work.
Reviewed by: kib
Fixes: 21f749da82 ("libthr: wrap pdfork(2), same as fork(2).")
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
97722455cc
commit
cbdec8db18
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ INTERPOSED = \
|
|||
nanosleep \
|
||||
open \
|
||||
openat \
|
||||
pdfork \
|
||||
poll \
|
||||
ppoll \
|
||||
pselect \
|
||||
|
|
|
|||
Loading…
Reference in a new issue