summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2016-06-23 00:29:03 +0000
committerbrooks <brooks@FreeBSD.org>2016-06-23 00:29:03 +0000
commit581260595b5d704ca905f1769dece22fd5c92173 (patch)
treeb67474d9306222b930254c2332aaddb93358008e
parent251cde9f5aad91171dfc2c0d58df0e8776d6619d (diff)
downloadFreeBSD-src-581260595b5d704ca905f1769dece22fd5c92173.zip
FreeBSD-src-581260595b5d704ca905f1769dece22fd5c92173.tar.gz
Declare a svr4 version of pipe() now that sys_pipe() is no more.
Approved by: re (implicit, fixing build) Sponsored by: DARPA, AFRL
-rw-r--r--sys/compat/svr4/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master
index 0997ab7..a2b71da 100644
--- a/sys/compat/svr4/syscalls.master
+++ b/sys/compat/svr4/syscalls.master
@@ -87,7 +87,7 @@
int pgid); }
40 AUE_NULL UNIMPL xenix
41 AUE_NULL NOPROTO { int dup(u_int fd); }
-42 AUE_NULL NOPROTO { int pipe(void); }
+42 AUE_NULL STD { int svr4_pipe(void); }
43 AUE_NULL STD { int svr4_sys_times(struct tms *tp); }
44 AUE_NULL UNIMPL profil
45 AUE_NULL UNIMPL plock
OpenPOWER on IntegriCloud