diff options
Diffstat (limited to 'main/nspr/fix-getproto.patch')
-rw-r--r-- | main/nspr/fix-getproto.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/nspr/fix-getproto.patch b/main/nspr/fix-getproto.patch index 7fa98da26f..a96d147308 100644 --- a/main/nspr/fix-getproto.patch +++ b/main/nspr/fix-getproto.patch @@ -1,13 +1,12 @@ --- ./nspr/pr/src/misc/prnetdb.c.orig +++ ./nspr/pr/src/misc/prnetdb.c -@@ -61,10 +61,7 @@ +@@ -61,9 +61,7 @@ #define _PR_HAVE_GETPROTO_R_POINTER #endif -#if defined(SOLARIS) || (defined(BSDI) && defined(_REENTRANT)) \ - || (defined(LINUX) && defined(_REENTRANT) \ -- && !(defined(__GLIBC__) && __GLIBC__ >= 2) \ -- && !defined(ANDROID)) +- && defined(__GLIBC__) && __GLIBC__ < 2) +#if defined(SOLARIS) || (defined(BSDI) && defined(_REENTRANT)) #define _PR_HAVE_GETPROTO_R #define _PR_HAVE_GETPROTO_R_POINTER |