fix off-by-one error in checks for implementation-internal signal numbers
[oweals/musl.git] / src / misc / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }