From 6ad609d1a15155ded43fde78e4f962dd2de500a1 Mon Sep 17 00:00:00 2001 From: GĂ©rard Milmeister Date: Nov 02 2005 21:28:29 +0000 Subject: *** empty log message *** --- diff --git a/otp-glibc24.patch b/otp-glibc24.patch index 7ecc067..f2763e5 100644 --- a/otp-glibc24.patch +++ b/otp-glibc24.patch @@ -5,7 +5,7 @@ #include "hipe_signal.h" -#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 3 -+#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 4 ++#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4) /* See comment below for glibc 2.2. */ #define __USE_GNU /* to un-hide RTLD_NEXT */ #include