Changes between Initial Version and Version 3 of Ticket #2949


Ignore:
Timestamp:
01/11/13 04:43:05 (12 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2949

    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #2949 – Description

    initial v3  
    11Linux only :-P  
    22 
    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. 
    74 
    85*  The pipe2() glibc support is available starting with version 2.9.