in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
[musl] / src / misc / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }