diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-11-03 13:34:23 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-11-03 13:34:23 +0300 |
commit | c5f69ae84d4c4702cfd53d8f467c4bf0b20044c8 (patch) | |
tree | 89f8766a9ec40e5ede59c2f5c9377b85efc9c2f7 /contrib/libs | |
parent | dbf2ffa6163e1f1e041be4ce1a77520d9f1cd011 (diff) | |
download | ydb-c5f69ae84d4c4702cfd53d8f467c4bf0b20044c8.tar.gz |
Add missing interceptor for getservbyname{_r} by the means of contrib/libs/libc_compat
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/curl/lib/asyn-ares.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/libs/curl/lib/asyn-ares.c b/contrib/libs/curl/lib/asyn-ares.c index 85d6d3fa05..fb933b5edf 100644 --- a/contrib/libs/curl/lib/asyn-ares.c +++ b/contrib/libs/curl/lib/asyn-ares.c @@ -99,10 +99,8 @@ #if ARES_VERSION >= 0x011000 /* 1.16.0 or later has ares_getaddrinfo */ -#if !__has_feature(memory_sanitizer) #define HAVE_CARES_GETADDRINFO 1 #endif -#endif /* The last 3 #include files should be in this order */ #include "curl_printf.h" |