fix typo in utimes function that made it mess up file times
[musl] / src / linux / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }