1 #include <netdb.h> 2 3 #undef h_errno 4 int h_errno; 5 __h_errno_location(void)6 int *__h_errno_location(void) 7 { 8 return &h_errno; 9 } 10