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
This commit is contained in:
Julian Seward 2013-09-29 20:01:22 +00:00
parent 94c1e6d109
commit 6fa2a5249b

View File

@ -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