1
0
forked from pool/kernel-source
Michal Marek 2011-10-04 05:01:25 +00:00 committed by Git OBS Bridge
parent 7d214b8167
commit 7c86fc1bcd

View File

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