Index: nspr/pr/src/misc/prnetdb.c |
diff --git a/nspr/pr/src/misc/prnetdb.c b/nspr/pr/src/misc/prnetdb.c |
index b86248f863f0b5d71b152afe12812f9dc8f6646d..b2f6e435b5fb73d0547562694ee6e543615a851e 100644 |
--- a/nspr/pr/src/misc/prnetdb.c |
+++ b/nspr/pr/src/misc/prnetdb.c |
@@ -63,8 +63,7 @@ PRLock *_pr_dnsLock = NULL; |
#if defined(SOLARIS) || (defined(BSDI) && defined(_REENTRANT)) \ |
|| (defined(LINUX) && defined(_REENTRANT) \ |
- && !(defined(__GLIBC__) && __GLIBC__ >= 2) \ |
- && !defined(ANDROID)) |
+ && defined(__GLIBC__) && __GLIBC__ < 2) |
#define _PR_HAVE_GETPROTO_R |
#define _PR_HAVE_GETPROTO_R_POINTER |
#endif |