--- otp_src_R12B-2/erts/emulator/hipe/hipe_x86_signal.c.orig 2008-05-13 22:15:29.000000000 +0000 +++ otp_src_R12B-2/erts/emulator/hipe/hipe_x86_signal.c 2008-05-13 22:15:37.000000000 +0000 @@ -34,7 +34,7 @@ #endif #include "hipe_signal.h" -#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 7) +#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 8) /* See comment below for glibc 2.2. */ #ifndef __USE_GNU #define __USE_GNU /* to un-hide RTLD_NEXT */