mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
fsnotifier: relinked against older libc
This commit is contained in:
Binary file not shown.
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user