summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Lemenkov <peter@fedoraproject.org>2008-03-27 19:14:02 +0000
committerPeter Lemenkov <peter@fedoraproject.org>2008-03-27 19:14:02 +0000
commit6294a9ee3d4adfd0d0ca960c213b80f3b9cb31e5 (patch)
tree5f441e347c4afc00e1762d2de040a0ed0f5ef875
parentf6bb1d6e5e3c2b4f06cd1f93547e55517258b687 (diff)
downloaderlang-6294a9ee3d4adfd0d0ca960c213b80f3b9cb31e5.tar.gz
erlang-6294a9ee3d4adfd0d0ca960c213b80f3b9cb31e5.tar.xz
erlang-6294a9ee3d4adfd0d0ca960c213b80f3b9cb31e5.zip
otp-glibc25.diff no longer needed since R12B-1
-rw-r--r--otp-glibc25.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/otp-glibc25.patch b/otp-glibc25.patch
deleted file mode 100644
index b9d849d..0000000
--- a/otp-glibc25.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c.glibc25 2006-12-30 23:57:04.000000000 +0100
-+++ otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c 2006-12-30 23:57:36.000000000 +0100
-@@ -34,7 +34,7 @@
- #endif
- #include "hipe_signal.h"
-
--#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4)
-+#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4 || __GLIBC_MINOR__ == 5)
- /* See comment below for glibc 2.2. */
- #ifndef __USE_GNU
- #define __USE_GNU /* to un-hide RTLD_NEXT */