aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2022-11-03 13:34:23 +0300
committerthegeorg <thegeorg@yandex-team.com>2022-11-03 13:34:23 +0300
commitc5f69ae84d4c4702cfd53d8f467c4bf0b20044c8 (patch)
tree89f8766a9ec40e5ede59c2f5c9377b85efc9c2f7 /contrib/libs
parentdbf2ffa6163e1f1e041be4ce1a77520d9f1cd011 (diff)
downloadydb-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.c2
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"