avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendation
[musl] / src / linux / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }