summaryrefslogtreecommitdiff
path: root/src/linux/dup3.c
AgeCommit message (Collapse)AuthorLines
2012-09-29move accept4, dup3, and pipe2 to non-linux-specific locationsRich Felker-10/+0
these interfaces have been adopted by the Austin Group for inclusion in the next version of POSIX.
2012-09-29fix some indention-with-spaces that crept inRich Felker-3/+3
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker-0/+10
based on patch by Justin Cormack