Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android.
This commit is contained in:
parent
a653a27591
commit
432dfcf3bc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue