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:
Mark Johnston 2021-12-06 18:02:25 -05:00
parent 97722455cc
commit cbdec8db18

View file

@ -72,6 +72,7 @@ INTERPOSED = \
nanosleep \
open \
openat \
pdfork \
poll \
ppoll \
pselect \