Declare a svr4 version of pipe() now that sys_pipe() is no more.

Approved by:	re (implicit, fixing build)
Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2016-06-23 00:29:03 +00:00
parent a72c64b0b6
commit 2b4a6471f4

View File

@ -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