aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-12-06 23:02:25 +0000
committerMark Johnston <markj@FreeBSD.org>2021-12-06 23:32:43 +0000
commitcbdec8db18b533f6d7be329da151d6b61df3f98b (patch)
tree7f415361696b7eba7f4fb330b0ed44825d76bed4 /lib/libc/sys
parent97722455cce4f8398f6411eaaa80d595dcb5fb3c (diff)
downloadsrc-cbdec8db18b533f6d7be329da151d6b61df3f98b.tar.gz
src-cbdec8db18b533f6d7be329da151d6b61df3f98b.zip
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: 21f749da82e7 ("libthr: wrap pdfork(2), same as fork(2).") MFC after: 1 week Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 5c472f835029..14740b74d6b3 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -72,6 +72,7 @@ INTERPOSED = \
nanosleep \
open \
openat \
+ pdfork \
poll \
ppoll \
pselect \