aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c')
-rw-r--r--lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c b/lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c
deleted file mode 100644
index b7086a076357..000000000000
--- a/lang/erlang14/files/patch-erts_emulator_hipe_hipe__x86.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- erts/emulator/hipe/hipe_x86.c.orig
-+++ erts/emulator/hipe/hipe_x86.c
-@@ -106,7 +106,7 @@
- abort();
- map_start = mmap(map_hint, map_bytes,
- PROT_EXEC|PROT_READ|PROT_WRITE,
-- MAP_PRIVATE|MAP_ANONYMOUS
-+ MAP_PRIVATE|MAP_ANON
- #ifdef __x86_64__
- |MAP_32BIT
- #endif