summaryrefslogtreecommitdiff
path: root/lang/erlang/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'lang/erlang/patches/patch-ao')
-rw-r--r--lang/erlang/patches/patch-ao10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/erlang/patches/patch-ao b/lang/erlang/patches/patch-ao
index 2ce60ba3064..0dec9f42cd3 100644
--- a/lang/erlang/patches/patch-ao
+++ b/lang/erlang/patches/patch-ao
@@ -1,8 +1,8 @@
-$NetBSD: patch-ao,v 1.2 2011/04/14 19:34:09 asau Exp $
+$NetBSD: patch-ao,v 1.3 2015/07/18 08:55:16 fhajny Exp $
---- erts/emulator/hipe/hipe_sparc.c.orig 2010-06-24 07:26:50.000000000 +0300
-+++ erts/emulator/hipe/hipe_sparc.c 2010-06-24 07:27:25.000000000 +0300
-@@ -130,6 +130,10 @@
+--- erts/emulator/hipe/hipe_sparc.c.orig 2015-06-23 18:56:21.000000000 +0000
++++ erts/emulator/hipe/hipe_sparc.c
+@@ -131,6 +131,10 @@ static void atexit_alloc_code_stats(void
#define ALLOC_CODE_STATS(X) do{}while(0)
#endif
@@ -10,6 +10,6 @@ $NetBSD: patch-ao,v 1.2 2011/04/14 19:34:09 asau Exp $
+#define MAP_ANONYMOUS MAP_ANON
+#endif
+
- static void morecore(unsigned int alloc_bytes)
+ static int morecore(unsigned int alloc_bytes)
{
unsigned int map_bytes;