blob: 7d8881aaa6ce1b7345ade2f8806bccccd4c2a584 [file] [log] [blame]
#include "libc.h"
void sethostent(int x) {}
void* gethostent(void) {
return 0;
}
void endhostent(void) {}
weak_alias(sethostent, setnetent);
weak_alias(gethostent, getnetent);
weak_alias(endhostent, endnetent);