blob: da76c98c7ff2fa412b693ddc99738566b49e2edf [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);