mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-31 05:22:24 +01:00
14 lines
446 B
Diff
14 lines
446 B
Diff
--- a/nspr/pr/src/misc/prnetdb.c
|
|
+++ b/nspr/pr/src/misc/prnetdb.c
|
|
@@ -58,9 +58,7 @@
|
|
* an int, and glibc's flavor takes five arguments.
|
|
*/
|
|
|
|
-#if defined(SOLARIS) || (defined(BSDI) && defined(_REENTRANT)) \
|
|
- || (defined(LINUX) && defined(_REENTRANT) \
|
|
- && defined(__GLIBC__) && __GLIBC__ < 2)
|
|
+#if defined(SOLARIS) || (defined(BSDI) && defined(_REENTRANT))
|
|
#define _PR_HAVE_GETPROTO_R
|
|
#define _PR_HAVE_GETPROTO_R_POINTER
|
|
#endif
|