]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
aarch64: enable fanotify_init syscall (generic wrapper)
authorMark Wielaard <mark@klomp.org>
Sat, 18 Feb 2017 21:16:00 +0000 (21:16 +0000)
committerMark Wielaard <mark@klomp.org>
Sat, 18 Feb 2017 21:16:00 +0000 (21:16 +0000)
Patch by Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16242

coregrind/m_syswrap/syswrap-arm64-linux.c

index fb9f0e421efc80578b5886bc48f66e4b4ca85e44..dcfd0769afb91f5ac83d994b730041b1cb09213d 100644 (file)
@@ -874,7 +874,7 @@ static SyscallTableEntry syscall_main_table[] = {
    LINXY(__NR_recvmmsg,          sys_recvmmsg),          // 243
    GENXY(__NR_wait4,             sys_wait4),             // 260
    LINXY(__NR_prlimit64,         sys_prlimit64),         // 261
-   //   (__NR_fanotify_init,     sys_fanotify_init),     // 262
+   LINXY(__NR_fanotify_init,     sys_fanotify_init),     // 262
    //   (__NR_fanotify_mark,     sys_fanotify_mark),     // 263
    LINXY(__NR_name_to_handle_at, sys_name_to_handle_at), // 264
    LINXY(__NR_open_by_handle_at, sys_open_by_handle_at), // 265