fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall
[musl] / src / stdio / wprintf.c
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-03-18 Rich Felkerimplement wprintf family of functions