forked from pool/kernel-source
add file
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7047
This commit is contained in:
parent
f52a590198
commit
f1332826b8
7
host-memcpy-hack.h
Normal file
7
host-memcpy-hack.h
Normal 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
|
Loading…
Reference in New Issue
Block a user