netdb.h.in 121 B

123456
  1. /* Fix broken(?) unixen. */
  2. #ifdef NEED_SOCKLEN_T_DEFINE
  3. #define socklen_t size_t
  4. #endif
  5. #include_next <netdb.h>