fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall
[musl] / src / unistd / acct.c
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
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...