streamline old-kernel fallback path of pipe2 to use syscalls directly
[musl] / src / unistd / pipe2.c
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...