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