fix breakage of x86_64 sigaction from recent changes for mips
[musl] / src / linux / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }