Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49558
Collapse All | Expand All

(-)grub-0.94.orig/stage2/char_io.c (+7 lines)
Lines 1265-1267 Link Here
1265
  return dest;
1265
  return dest;
1266
}
1266
}
1267
#endif /* ! STAGE1_5 */
1267
#endif /* ! STAGE1_5 */
1268
1269
#ifndef GRUB_UTIL
1270
# undef memcpy
1271
/* GCC emits references to memcpy() for struct copies etc.  */
1272
void *memcpy (void *dest, const void *src, int n)  __attribute__ ((alias ("grub_memmove")));
1273
#endif
1274

Return to bug 49558