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