allow i386 __set_thread_area to be called more than once
[musl] / src / misc / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }