Commit 432dfcf3 authored by Stefan Krah's avatar Stefan Krah

Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android.

parent a653a275
...@@ -163,7 +163,7 @@ if_indextoname(index) -- return the corresponding interface name\n\ ...@@ -163,7 +163,7 @@ if_indextoname(index) -- return the corresponding interface name\n\
# include <sys/uio.h> # include <sys/uio.h>
#endif #endif
#ifndef WITH_THREAD #if !defined(WITH_THREAD) || defined(__ANDROID__)
# undef HAVE_GETHOSTBYNAME_R # undef HAVE_GETHOSTBYNAME_R
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment