summaryrefslogtreecommitdiff
path: root/src/unistd/gethostid.c
blob: 6a085885266876671e967a8a3b84c455fedfa5b4 (plain)
1
2
3
4
5
6
7
8
9
10
#include <unistd.h>

long gethostid(void)
{
	return 0;
}

/*
XOPEN(400)
*/