xref: /plan9/sys/src/ape/lib/bsd/sethostent.c (revision a8482e058adfb9039bb8aaa40ea4270fc64ff0a4)
1 int
2 sethostent(int)
3 {
4 	return 0;
5 }
6