fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose
[musl] / src / linux / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }