dup3: don't set FD_CLOEXEC on failure on kernels without dup3 syscall
[musl] / src / unistd / dup3.c
2023-02-28 Rich Felkerdup3: don't set FD_CLOEXEC on failure on kernels withou...
2023-02-28 Rich Felkerfix dup3 ignoring all flags but O_CLOEXEC on archs...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2012-10-25 Rich Felkergreatly improve freopen behavior
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...