fix return types for aio_read and aio_write again
[musl] / src / linux / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }