in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
[musl] / src / unistd / setxid.c
2011-07-30 Rich Felkerfix some bugs in setxid and update setrlimit to use...
2011-07-30 Rich Felkeradd setxid.c for new set*id() framework. missed in...