mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
platofrm: set fsnotifier glibc compatibility only for i386/amd64
Based on https://github.com/JetBrains/intellij-community/pull/244
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