From 00ebeeece06eec2ae5532c48621936c0e1d2b1dc Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 26 Nov 2011 23:37:23 +0000 Subject: Add syscall entries for new linux syscalls * linux/dummy.h: Add printargs parsers for new syscalls. * linux/arm/syscallent.h: Add entries for sys_clock_adjtime, sys_name_to_handle_at, sys_open_by_handle_at, sys_sendmmsg, sys_setns and sys_syncfs. * linux/i386/syscallent.h: Likewise. * linux/ia64/syscallent.h: Likewise. * linux/mips/syscallent.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. * linux/alpha/syscallent.h: Add entries for sys_clock_adjtime, sys_name_to_handle_at, sys_open_by_handle_at, sys_setns and sys_syncfs. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/avr32/syscallent.h: Add entry for sys_setns. * linux/bfin/syscallent.h: Add entries for sys_sendmmsg and sys_setns. * linux/hppa/syscallent.h: Add entries for sys_clock_adjtime, fanotify_init, fanotify_mark, sys_name_to_handle_at, sys_open_by_handle_at, sys_sendmmsg, sys_setns and sys_syncfs. --- linux/hppa/syscallent.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'linux/hppa') diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 0ffb948..40925e9 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -327,3 +327,11 @@ { 5, TN, sys_recvmmsg, "recvmmsg" }, /* 319 */ { 4, TN, sys_accept4, "accept4" }, /* 320 */ { 4, 0, sys_prlimit64, "prlimit64" }, /* 321 */ + { 2, TD, sys_fanotify_init, "fanotify_init" }, /* 322 */ + { 5, TD|TF, sys_fanotify_mark, "fanotify_mark" }, /* 323 */ + { 2, 0, sys_clock_adjtime, "clock_adjtime" }, /* 324 */ + { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" }, /* 325 */ + { 3, TD, sys_open_by_handle_at, "open_by_handle_at" }, /* 326 */ + { 1, TD, sys_syncfs, "syncfs" }, /* 327 */ + { 2, TD, sys_setns, "setns" }, /* 328 */ + { 4, TN, sys_sendmmsg, "sendmmsg" }, /* 329 */ -- cgit v1.2.3