Browse Source

Add missing interceptor for getservbyname{_r} by the means of contrib/libs/libc_compat

thegeorg 2 years ago
parent
commit
c5f69ae84d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      contrib/libs/curl/lib/asyn-ares.c

+ 0 - 2
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"