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