summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-08-17 14:17:13 +0000
committerpjd <pjd@FreeBSD.org>2013-08-17 14:17:13 +0000
commitb3f1c95907412d1bd1629daa9109421486962bde (patch)
treec2daf6fdda948aeb5475df10f18e9282097ea841 /sys/compat/freebsd32
parent635a029a89244f62779cfb14643818f6544fdf31 (diff)
downloadFreeBSD-src-b3f1c95907412d1bd1629daa9109421486962bde.zip
FreeBSD-src-b3f1c95907412d1bd1629daa9109421486962bde.tar.gz
Make pdfork(2), pdkill(2) and pdgetpid(2) syscalls available for 32bit
binaries running under 64bit kernel. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/syscalls.master8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index daee72c..b3af7c4 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -975,10 +975,10 @@
uint64_t *rightsp); }
516 AUE_CAP_ENTER NOPROTO { int cap_enter(void); }
517 AUE_CAP_GETMODE NOPROTO { int cap_getmode(u_int *modep); }
-518 AUE_PDFORK UNIMPL pdfork
-519 AUE_PDKILL UNIMPL pdkill
-520 AUE_PDGETPID UNIMPL pdgetpid
-521 AUE_PDWAIT UNIMPL pdwait
+518 AUE_PDFORK NOPROTO { int pdfork(int *fdp, int flags); }
+519 AUE_PDKILL NOPROTO { int pdkill(int fd, int signum); }
+520 AUE_PDGETPID NOPROTO { int pdgetpid(int fd, pid_t *pidp); }
+521 AUE_PDWAIT UNIMPL pdwait4
522 AUE_SELECT STD { int freebsd32_pselect(int nd, fd_set *in, \
fd_set *ou, fd_set *ex, \
const struct timespec32 *ts, \
OpenPOWER on IntegriCloud