]> granicus.if.org Git - strace/commitdiff
arc: fix fanotify_mark syscall entry
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Jan 2015 05:02:12 +0000 (05:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 17:32:16 +0000 (17:32 +0000)
* linux/arc/syscallent.h (fanotify_mark): Change nargs to 6.

linux/arc/syscallent.h

index 6bc9f27649d4d1faf3b2ced7c982d784e09e686b..7d4aad93cacc648fd6cb202f2ff279a6aea4e653 100644 (file)
        { 4,    TP,     sys_wait4,                      "wait4"                 }, /* 260 */
        { 4,    0,      sys_prlimit64,                  "prlimit64"             }, /* 261 */
        { 2,    TD,     sys_fanotify_init,              "fanotify_init"         }, /* 262 */
-       { 5,    TD|TF,  sys_fanotify_mark,              "fanotify_mark"         }, /* 263 */
+       { 6,    TD|TF,  sys_fanotify_mark,              "fanotify_mark"         }, /* 263 */
        { 5,    TD|TF,  sys_name_to_handle_at,          "name_to_handle_at"     }, /* 264 */
        { 3,    TD,     sys_open_by_handle_at,          "open_by_handle_at"     }, /* 265 */
        { 2,    0,      sys_clock_adjtime,              "clock_adjtime"         }, /* 266 */