Descriptionsyscall: use pipe instead of pipe2 on NetBSD
pipe2 is equivalent to pipe with flags set to 0.
However, pipe2 was only added recently. Using pipe
instead improves compatibility with NetBSD 5.
Patch Set 1 #Patch Set 2 : diff -r 45d1063d8520 http://code.google.com/p/go #Patch Set 3 : diff -r 45d1063d8520 http://code.google.com/p/go #Patch Set 4 : diff -r 45d1063d8520 http://code.google.com/p/go #Patch Set 5 : diff -r bff65816ad27 http://code.google.com/p/go #Patch Set 6 : diff -r bff65816ad27 http://code.google.com/p/go #
MessagesTotal messages: 10
|