about summary refs log tree commit diff
path: root/src/linux/pipe2.c
Commit message (Collapse)AuthorAgeFilesLines
* move accept4, dup3, and pipe2 to non-linux-specific locationsRich Felker2012-09-291-8/+0
| | | | | these interfaces have been adopted by the Austin Group for inclusion in the next version of POSIX.
* add pipe2 syscallRich Felker2012-07-231-0/+8
based on patch by orc and Isaac Dunham, with some details fixed.