blob: fe872ae35c9d513126745ee99cca1eb98b3c6081 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: incron-0.5.10/inotify-cxx.h
===================================================================
--- incron-0.5.10.orig/inotify-cxx.h
+++ incron-0.5.10/inotify-cxx.h
@@ -37,7 +37,7 @@
#include <sys/inotify.h>
// Use this if syscalls not defined
-#ifndef __NR_inotify_init
+#if not defined(__NR_inotify_init) && not defined(__aarch64__)
#include <sys/inotify-syscalls.h>
#endif // __NR_inotify_init
|