summaryrefslogtreecommitdiff
path: root/src/unistd/dup3.c
AgeCommit message (Expand)AuthorLines
2023-02-28dup3: don't set FD_CLOEXEC on failure on kernels without dup3 syscallRich Felker-1/+2
2023-02-28fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscallRich Felker-1/+2
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker-0/+4
2012-10-24greatly improve freopen behaviorRich Felker-2/+13
2012-09-29move accept4, dup3, and pipe2 to non-linux-specific locationsRich Felker-0/+10