internal_errno.h 229 B

123456789101112131415161718
  1. /*
  2. *
  3. */
  4. #include <features.h>
  5. #include <errno.h>
  6. #include <netdb.h>
  7. #undef errno
  8. #undef h_errno
  9. extern int h_errno;
  10. extern int errno;
  11. #ifdef __UCLIBC_HAS_THREADS__
  12. libc_hidden_proto(h_errno)
  13. libc_hidden_proto(errno)
  14. #endif