socket.h: add SO_(SND/RCV)BUFFORCE to generic block
[oweals/musl.git] / src / misc / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }