fix stupid bug in updating of O_ACCMODE for O_SEARCH support
[musl] / src / misc / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }