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
Paths
| Differential D6816 Authored by brooks on Jun 11 2016, 8:57 PM.
Details Summary Libc now implements pipe() as a call to pipe2() which is identical when This depends on https://reviews.freebsd.org/D6815
Diff Detail
Event Timelinebrooks updated this object. Herald added a subscriber: imp. · View Herald TranscriptJun 11 2016, 8:57 PM2016-06-11 20:57:53 (UTC+0) Comment 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. Closed by commit rS302094: Mark the pipe() system call as COMPAT10. (authored by brooks). · Explain WhyJun 22 2016, 9:16 PM2016-06-22 21:16:08 (UTC+0) This revision was automatically updated to reflect the committed changes. juan.molina_club.fr added a subscriber: juan.molina_club.fr.Jun 22 2016, 10:36 PM2016-06-22 22:36:05 (UTC+0) juan.molina_club.fr added inline comments.
Revision Contents
Diff 17777 head/sys/compat/freebsd32/syscalls.master
head/sys/kern/syscalls.master
|