aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grub/grub-0.93/memcpy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/grub/grub-0.93/memcpy.patch')
-rw-r--r--recipes/grub/grub-0.93/memcpy.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/grub/grub-0.93/memcpy.patch b/recipes/grub/grub-0.93/memcpy.patch
new file mode 100644
index 0000000000..dd5da33a8b
--- /dev/null
+++ b/recipes/grub/grub-0.93/memcpy.patch
@@ -0,0 +1,13 @@
+--- grub-0.93/stage2/asm.S~ 2002-12-02 23:18:56.000000000 +0000
++++ grub-0.93/stage2/asm.S 2004-01-04 12:50:11.000000000 +0000
+@@ -62,6 +62,10 @@
+ start:
+ _start:
+ #endif /* ! STAGE1_5 */
++
++#undef memcpy
++ENTRY(memcpy)
++ jmp EXT_C(grub_memmove)
+
+ ENTRY(main)
+ /*