mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[platform] drops outdated versioned symbols from fsnotifier/Linux code
Inspired by PR #1131 (https://github.com/JetBrains/intellij-community/pull/1131) GitOrigin-RevId: 684edb8574f1e146062dcf7494c7177a39c5d815
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5fa0d8055e
commit
0a6ca4e64d
@@ -27,12 +27,6 @@
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if defined(__i386__)
|
||||
__asm__(".symver memcpy,memcpy@GLIBC_2.0");
|
||||
#elif defined(__amd64__)
|
||||
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
|
||||
#endif
|
||||
|
||||
|
||||
#define WATCH_COUNT_NAME "/proc/sys/fs/inotify/max_user_watches"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user