in pathconf, -1, not 0, means unsupported.. syncio presumably works, too.
[musl] / src / env / __libc_csu_init.c
1 #include "libc.h"
2
3 void __libc_csu_init(int argc, char **argv, char **envp)
4 {
5 }