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:
parent
a72c64b0b6
commit
2b4a6471f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user