Commit db0cc364 authored by Vijaya Kumar K's avatar Vijaya Kumar K Committed by Pavel Emelyanov

zdtm: Correct syscall numbers for fanotify00 testcase

Define correct syscall numbers for fanotify_init
and fanotify_mark for arm64.
Signed-off-by: 's avatarVijaya Kumar K <vijayak@caviumnetworks.com>
Reviewed-by: 's avatarChristopher Covington <cov@codeaurora.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 8a7c006b
......@@ -23,6 +23,9 @@
#elif defined(__PPC64__)
# define __NR_fanotify_init 323
# define __NR_fanotify_mark 324
#elif __aarch64__
# define __NR_fanotify_init 262
# define __NR_fanotify_mark 263
#else
# define __NR_fanotify_init 338
# define __NR_fanotify_mark 339
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment