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