diff --git a/common/inotify_syscalls.c b/common/inotify_syscalls.c index 5e1f95d..83ea74b 100644 --- a/common/inotify_syscalls.c +++ b/common/inotify_syscalls.c @@ -60,6 +60,10 @@ # define __NR_inotify_init 316 # define __NR_inotify_add_watch 317 # define __NR_inotify_rm_watch 318 +# elif defined (__aarch64__) +# define __NR_inotify_init 1043 +# define __NR_inotify_add_watch 27 +# define __NR_inotify_rm_watch 28 # elif defined (__sh__) # define __NR_inotify_init 290 # define __NR_inotify_add_watch 291