in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
[musl] / src / unistd / dup3.c
2012-10-25 Rich Felkergreatly improve freopen behavior
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...