add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE
[musl] / src / linux / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }