fsnotifier: relinked against older libc

This commit is contained in:
Roman Shevchenko
2013-06-05 16:00:03 +04:00
parent 93fdfe425f
commit 04f0bf177d
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,12 @@
#include <syslog.h>
#include <unistd.h>
#ifdef __amd64__
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
#else
__asm__(".symver memcpy,memcpy@GLIBC_2.0");
#endif
#define WATCH_COUNT_NAME "/proc/sys/fs/inotify/max_user_watches"