in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
[musl] / src / linux / personality.c
2012-12-07 Rich Felkermove new linux syscall wrapper functions to proper...