fix memory leak in regexec when input contains illegal sequence
[oweals/musl.git] / src / misc / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }