in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
[musl] / src / unistd / acct.c
2012-09-29 Rich Felkerfix some indention-with-spaces that crept in
2012-09-09 Rich Felkeradd acct syscall source file, omitted in last syscalls...