From: Mike Frysinger Date: Thu, 21 Apr 2011 09:19:35 +0000 (-0400) Subject: Blackfin: update syscall list X-Git-Tag: v4.7~396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cd5371d503c3e56084faf9732b17133d94df3ef;p=strace Blackfin: update syscall list Signed-off-by: Mike Frysinger * linux/bfin/syscallent.h: Add name_to_handle_at, open_by_handle_at, clock_adjtime, and syncfs syscalls. --- diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h index 7b0a3fc6..eb1fb9a4 100644 --- a/linux/bfin/syscallent.h +++ b/linux/bfin/syscallent.h @@ -403,3 +403,7 @@ { 5, TD|TF, printargs, "fanotify_mark" }, /* 372 */ { 4, 0, printargs, "prlimit64" }, /* 373 */ { 3, 0, sys_cacheflush, "cacheflush" }, /* 374 */ + { 5, TD|TF, printargs, "name_to_handle_at" }, /* 375 */ + { 3, TD, printargs, "open_by_handle_at" }, /* 376 */ + { 2, 0, printargs, "clock_adjtime" }, /* 377 */ + { 1, TD, printargs, "syncfs" }, /* 378 */