]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable sys_fanotify_init and sys_fanotify_mark on arm-linux.
authorJulian Seward <jseward@acm.org>
Sun, 29 Sep 2013 20:01:22 +0000 (20:01 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 29 Sep 2013 20:01:22 +0000 (20:01 +0000)
Fixes #324421.  (Heinrich Schuchardt, xypron.glpk@gmx.de)

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

coregrind/m_syswrap/syswrap-arm-linux.c

index 0ee94e7e13437932fe50d552014d4b2f9d37e96d..d0b803767f97f6be34af752b8c05165964d3a2b0 100644 (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