3 | | * The pipe2() was added to Linux in version 2.6.27. It is a variant of the normal |
4 | | * pipe syscall, but takes an extra flags argument which can be the ORed value of |
5 | | * O_NONBLOCK and O_CLOEXEC. The original pipe syscall is now defined as like the |
6 | | * pipe2 syscall, but with the flags variable set to zero. |
| 3 | * The pipe2() was added to Linux in version 2.6.27. It is a variant of the normal pipe syscall, but takes an extra flags argument which can be the ORed value of O_NONBLOCK and O_CLOEXEC. The original pipe syscall is now defined as like the pipe2 syscall, but with the flags variable set to zero. |