aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys/Makefile.sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsys/Makefile.sys')
-rw-r--r--lib/libsys/Makefile.sys7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libsys/Makefile.sys b/lib/libsys/Makefile.sys
index 5f149170b974..eac28fbd2fe9 100644
--- a/lib/libsys/Makefile.sys
+++ b/lib/libsys/Makefile.sys
@@ -73,6 +73,7 @@ INTERPOSED = \
open \
openat \
pdfork \
+ pdwait \
poll \
ppoll \
pselect \
@@ -495,8 +496,10 @@ MLINKS+=ntp_adjtime.2 ntp_gettime.2
MLINKS+=open.2 openat.2
MLINKS+=pathconf.2 fpathconf.2
MLINKS+=pathconf.2 lpathconf.2
-MLINKS+=pdfork.2 pdgetpid.2\
- pdfork.2 pdkill.2
+MLINKS+=pdfork.2 pdgetpid.2 \
+ pdfork.2 pdkill.2 \
+ pdfork.2 pdrfork.2 \
+ pdfork.2 pdwait.2
MLINKS+=pipe.2 pipe2.2
MLINKS+=poll.2 ppoll.2
MLINKS+=rctl_add_rule.2 rctl_get_limits.2 \