mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef __amd64__
|
||||
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
|
||||
#else
|
||||
#if defined __i386__
|
||||
__asm__(".symver memcpy,memcpy@GLIBC_2.0");
|
||||
#elif defined __amd64__
|
||||
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user