in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
[musl] / src / unistd / pipe2.c
2013-03-25 Rich Felkerin pipe2, use pipe() rather than __syscall(SYS_pipe...
2013-02-03 Rich Felkerstreamline old-kernel fallback path of pipe2 to use...
2012-12-11 Rich Felkerfix double errno-decoding in the old-kernel fallback...
2012-10-18 Rich Felkeroverhaul system() and popen() to use vfork; fix various...
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...