mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 19:13:46 +00:00
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:
parent
94c1e6d109
commit
6fa2a5249b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user