From: Julian Seward Date: Sun, 29 Sep 2013 20:01:22 +0000 (+0000) Subject: Enable sys_fanotify_init and sys_fanotify_mark on arm-linux. X-Git-Tag: svn/VALGRIND_3_9_0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fa2a5249bbb1a6729f175b1ec1a52024d0b3bbe;p=thirdparty%2Fvalgrind.git Enable sys_fanotify_init and sys_fanotify_mark on arm-linux. Fixes #324421. (Heinrich Schuchardt, xypron.glpk@gmx.de) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13586 --- diff --git a/coregrind/m_syswrap/syswrap-arm-linux.c b/coregrind/m_syswrap/syswrap-arm-linux.c index 0ee94e7e13..d0b803767f 100644 --- a/coregrind/m_syswrap/syswrap-arm-linux.c +++ b/coregrind/m_syswrap/syswrap-arm-linux.c @@ -1222,6 +1222,8 @@ static SyscallTableEntry syscall_main_table[] = { LINXY(__NR_perf_event_open, sys_perf_event_open), // 364 LINXY(__NR_accept4, sys_accept4), // 366 + LINXY(__NR_fanotify_init, sys_fanotify_init), // 367 + LINX_(__NR_fanotify_mark, sys_fanotify_mark), // 368 LINXY(__NR_name_to_handle_at, sys_name_to_handle_at),// 370 LINXY(__NR_open_by_handle_at, sys_open_by_handle_at) // 371