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