1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 00:24:25 +00:00
Files
c-ares/m4
Yang Tse a28e44c344 cares-functions.m4: update thread-safeness detection of getaddrinfo()
Take in account that POSIX standard Issue 7 drops h_errno support. Now, we also
consider getaddrinfo() to be thread-safe when (_POSIX_C_SOURCE >= 200809L) or
(_XOPEN_SOURCE >= 700) independently of whether h_errno exists or not.

Take in account that h_errno might be a modifiable lvalue not defined as
a C preprocessor macro.
2012-12-15 17:36:09 +01:00
..
2011-12-20 14:02:57 +01:00
2011-06-21 00:06:00 +02:00
2011-12-20 14:02:57 +01:00