1
0
forked from pool/kernel-source
Stephan Kulow 2011-09-28 12:47:58 +00:00 committed by Git OBS Bridge
parent f52a590198
commit f1332826b8

7
host-memcpy-hack.h Normal file
View File

@ -0,0 +1,7 @@
#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