mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
13 lines
412 B
Diff
13 lines
412 B
Diff
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
|
|
|