Skip to content

Commit

Permalink
Add system calls numbers for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Apr 15, 2017
1 parent 0f3f895 commit 9d00752
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/inotify_syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d00752

Please sign in to comment.