about summary refs log tree commit diff
path: root/src/linux/dup3.c
Commit message (Collapse)AuthorAgeFilesLines
* move accept4, dup3, and pipe2 to non-linux-specific locationsRich Felker2012-09-291-10/+0
| | | | | these interfaces have been adopted by the Austin Group for inclusion in the next version of POSIX.
* fix some indention-with-spaces that crept inRich Felker2012-09-291-3/+3
|
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-081-0/+10
based on patch by Justin Cormack