blob: f2a416c3ed139ef12e17cd623862a417de38a610 [file] [log] [blame]
#include <netdb.h>
#undef h_errno
static int h_errno;
int* __h_errno_location(void) { return &h_errno; }