From 06288007583eff6d8059f954c0baffae2d13a136 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 2 Dec 2005 04:19:13 +0000 Subject: [PATCH] 2005-10-25 Heiko Carstens * linux/s390/syscallent.h: Added ioprio_set, ioprio_get, inotify_init, inotify_add_watch, inotify_rm_watch. Corrected number of arguments for request_key. * linux/s390x/syscallent.h: Likewise. --- linux/s390/syscallent.h | 12 ++++++------ linux/s390x/syscallent.h | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index 28186bdb..9b9b1b69 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -307,15 +307,15 @@ { 3, 0, sys_mq_getsetattr, "mq_getsetattr" }, /* 276 */ { 5, 0, printargs, "sys_kexec_load" }, /* 277 */ { 5, 0, printargs, "add_key" }, /* 278 */ - { 5, 0, printargs, "request_key" }, /* 279 */ + { 4, 0, printargs, "request_key" }, /* 279 */ { 5, 0, printargs, "keyctl" }, /* 280 */ { 5, TP, sys_waitid, "waitid" }, /* 281 */ + { 3, 0, printargs, "ioprio_set" }, /* 282 */ + { 2, 0, printargs, "ioprio_get" }, /* 283 */ + { 0, 0, printargs, "inotify_init" }, /* 284 */ + { 3, 0, printargs, "inotify_add_watch" }, /* 285 */ + { 2, 0, printargs, "inotify_rm_watch" }, /* 286 */ - { 5, 0, printargs, "SYS_282" }, /* 282 */ - { 5, 0, printargs, "SYS_283" }, /* 283 */ - { 5, 0, printargs, "SYS_284" }, /* 284 */ - { 5, 0, printargs, "SYS_285" }, /* 285 */ - { 5, 0, printargs, "SYS_286" }, /* 286 */ { 5, 0, printargs, "SYS_287" }, /* 287 */ { 5, 0, printargs, "SYS_288" }, /* 288 */ { 5, 0, printargs, "SYS_289" }, /* 289 */ diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index f8178c57..3e342dac 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -306,15 +306,15 @@ { 3, 0, sys_mq_getsetattr, "mq_getsetattr" }, /* 276 */ { 5, 0, printargs, "sys_kexec_load" }, /* 277 */ { 5, 0, printargs, "add_key" }, /* 278 */ - { 5, 0, printargs, "request_key" }, /* 279 */ + { 4, 0, printargs, "request_key" }, /* 279 */ { 5, 0, printargs, "keyctl" }, /* 280 */ { 5, TP, sys_waitid, "waitid" }, /* 281 */ + { 3, 0, printargs, "ioprio_set" }, /* 282 */ + { 2, 0, printargs, "ioprio_get" }, /* 283 */ + { 0, 0, printargs, "inotify_init" }, /* 284 */ + { 3, 0, printargs, "inotify_add_watch" }, /* 285 */ + { 2, 0, printargs, "inotify_rm_watch" }, /* 286 */ - { 5, 0, printargs, "SYS_282" }, /* 282 */ - { 5, 0, printargs, "SYS_283" }, /* 283 */ - { 5, 0, printargs, "SYS_284" }, /* 284 */ - { 5, 0, printargs, "SYS_285" }, /* 285 */ - { 5, 0, printargs, "SYS_286" }, /* 286 */ { 5, 0, printargs, "SYS_287" }, /* 287 */ { 5, 0, printargs, "SYS_288" }, /* 288 */ { 5, 0, printargs, "SYS_289" }, /* 289 */ -- 2.50.1