__h_errno_location.c 157 B

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