[PATCH] Blackfin: update syscall list

Mike Frysinger vapier at gentoo.org
Thu Apr 21 09:19:35 UTC 2011


Signed-off-by: Mike Frysinger <vapier at gentoo.org>

* linux/bfin/syscallent.h: Add name_to_handle_at, open_by_handle_at,
clock_adjtime, and syncfs syscalls.
---
 linux/bfin/syscallent.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h
index 7b0a3fc..eb1fb9a 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 */
-- 
1.7.5.rc1





More information about the Strace-devel mailing list