add process_vm_readv and process_vm_writev syscall wrappers
[musl] / src / linux / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }