Libc now implements pipe() as a call to pipe2() which is identical when
called with a flags value of 0.
This depends on https://reviews.freebsd.org/D6815
Differential D6816
Mark the pipe(2) system call as COMPAT10. brooks on Jun 11 2016, 8:57 PM. Authored by Tags None Referenced Files
Subscribers
Details Libc now implements pipe() as a call to pipe2() which is identical when This depends on https://reviews.freebsd.org/D6815
Diff Detail
Event TimelineComment Actions In principle I think this is OK. As an aside, pipe2(2) should also be able to return EFAULT, but that isn't mentioned in the man page.
|