Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-29 | move accept4, dup3, and pipe2 to non-linux-specific locations | Rich Felker | 1 | -8/+0 | |
these interfaces have been adopted by the Austin Group for inclusion in the next version of POSIX. | |||||
2012-07-23 | add pipe2 syscall | Rich Felker | 1 | -0/+8 | |
based on patch by orc and Isaac Dunham, with some details fixed. |