Linux and NetBSD versions are compatible, modulo flag values:
- O_CLOEXEC and O_NONBLOCK are the same,
- O_NOSIGPIPE on NetBSD,
- O_DIRECT on Linux.
Differential D12746
The pipe2(2) call is supported on NetBSD krytarowski on Sep 9 2015, 6:15 PM. Authored by
Details Linux and NetBSD versions are compatible, modulo flag values:
Diff Detail
Event Timeline
|
My preference is that we don't repeat the list of platforms in the comments when we have cases like this - perhaps just change to // pipe2 is supported by a limited set of platforms or so?
Presumably you're only interested in recent NetBSD versions while getting support working?