bf31a5e9bd
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=83
8 lines
183 B
C
8 lines
183 B
C
#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
|