blob: 8136b9166970c0933c289bacfe1d1f21983abd0b [file] [log] [blame]
#include <netdb.h>
void setprotoent(int stayopen)
{
}
stub_warning(setprotoent);
void endprotoent(void)
{
}
stub_warning(endprotoent);
int __getprotoent_r(struct protoent *result_buf, char *buf, size_t buflen,
struct protoent **result)
{
return 0;
}
weak_alias(__getprotoent_r, getprotoent_r);
stub_warning(getprotoent_r);