[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:
Roman Shevchenko
2019-05-07 10:46:35 +02:00
committed by intellij-monorepo-bot
parent 5fa0d8055e
commit 0a6ca4e64d

View File

@@ -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"