in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
[musl] / src / temp / mkstemps.c
2013-02-21 Rich Felkeradd mkostemp, mkstemps, and mkostemps functions and...