2f3f8fd
--- otp_src_R10B-6/erts/emulator/hipe/hipe_x86_signal.c.glibc24	2005-09-06 22:01:13.000000000 +0200
2f3f8fd
+++ otp_src_R10B-6/erts/emulator/hipe/hipe_x86_signal.c	2005-09-06 22:01:36.000000000 +0200
2f3f8fd
@@ -27,7 +27,7 @@
2f3f8fd
 #include <stdlib.h>
2f3f8fd
 #include "hipe_signal.h"
2f3f8fd
 
2f3f8fd
-#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 3
6ad609d
+#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4)
2f3f8fd
 /* See comment below for glibc 2.2. */
2f3f8fd
 #define __USE_GNU		/* to un-hide RTLD_NEXT */
2f3f8fd
 #include <dlfcn.h>