Michal Marek 1de238
#ifdef __x86_64__
Michal Marek 1de238
/* 
Michal Marek 1de238
 * Force the linker to use the older memcpy variant, so that the user programs
Michal Marek 1de238
 * work on older systems
Michal Marek 1de238
 */
Michal Marek 1de238
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
Michal Marek 1de238
#endif