From: Roland McGrath Date: Fri, 18 Jul 2008 01:23:49 +0000 (+0000) Subject: 2008-07-17 Roland McGrath X-Git-Tag: v4.5.18~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=334baa8cf336966ad6397922358bf2757ecad059;p=strace 2008-07-17 Roland McGrath * linux/syscallent.h: Fix "futex" argument count. * linux/alpha/syscallent.h: Likewise. * linux/arm/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/ia64/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. From Ulrich Drepper . Fixes RH#448629. --- diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index a9895366..e62f676c 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -422,7 +422,7 @@ { 2, TF, sys_removexattr, "removexattr" }, /* 391 */ { 2, TF, sys_removexattr, "lremovexattr" }, /* 392 */ { 2, TD, sys_fremovexattr, "fremovexattr" }, /* 393 */ - { 5, 0, sys_futex, "futex" }, /* 394 */ + { 6, 0, sys_futex, "futex" }, /* 394 */ { 3, 0, sys_sched_setaffinity, "sched_setaffinity" }, /* 395 */ { 3, 0, sys_sched_getaffinity, "sched_getaffinity" }, /* 396 */ { 5, 0, printargs, "tuxcall" }, /* 397 */ diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index b70dac12..200272a1 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -270,7 +270,7 @@ { 2, 0, sys_fremovexattr, "fremovexattr" }, /* 237 */ { 2, TS, sys_kill, "tkill" }, /* 238 */ { 4, TF, sys_sendfile64, "sendfile64" }, /* 239 */ - { 5, 0, sys_futex, "futex" }, /* 240 */ + { 6, 0, sys_futex, "futex" }, /* 240 */ { 3, 0, sys_sched_setaffinity, "sched_setaffinity" },/* 241 */ { 3, 0, sys_sched_getaffinity, "sched_getaffinity" },/* 242 */ { 2, 0, printargs, "io_setup" }, /* 243 */ diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 81010d05..b7b67d9f 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -215,7 +215,7 @@ { 4, TD, sys_readahead, "readahead" }, /* 207 */ { 2, TS, sys_kill, "tkill" }, /* 208 */ { 4, TD, sys_sendfile, "sendfile64" }, /* 209 */ - { 5, 0, sys_futex, "futex" }, /* 210 */ + { 6, 0, sys_futex, "futex" }, /* 210 */ { 3, 0, sys_sched_setaffinity, "sched_setaffinity" }, /* 211 */ { 3, 0, sys_sched_getaffinity, "sched_getaffinity" }, /* 212 */ { 5, 0, printargs, "set_thread_area" }, /* 213 */ diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index a659e0fc..a37e025d 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -1036,7 +1036,7 @@ { 2, TF, sys_removexattr, "lremovexattr" }, /* 1227 */ { 2, 0, sys_removexattr, "fremovexattr" }, /* 1228 */ { 2, TS, sys_kill, "tkill" }, /* 1229 */ - { 5, 0, sys_futex, "futex" }, /* 1230 */ + { 6, 0, sys_futex, "futex" }, /* 1230 */ { 3, 0, sys_sched_setaffinity, "sched_setaffinity"},/* 1231 */ { 3, 0, sys_sched_getaffinity, "sched_getaffinity"},/* 1232 */ { 1, 0, printargs, "set_tid_address"}, /* 1233 */ diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h index 2beeb292..826e554f 100644 --- a/linux/m68k/syscallent.h +++ b/linux/m68k/syscallent.h @@ -263,7 +263,7 @@ { 2, TF, sys_removexattr, "removexattr" }, /* 232 */ { 2, TF, sys_removexattr, "lremovexattr" }, /* 233 */ { 2, 0, sys_fremovexattr, "fremovexattr" }, /* 234 */ - { 5, 0, sys_futex, "futex" }, /* 235 */ + { 6, 0, sys_futex, "futex" }, /* 235 */ { 4, TF, sys_sendfile64, "sendfile64" }, /* 236 */ { 3, 0, sys_mincore, "mincore" }, /* 237 */ { 3, 0, sys_madvise, "madvise" }, /* 238 */ diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h index 47a2cb5c..a3b354d9 100644 --- a/linux/powerpc/syscallent.h +++ b/linux/powerpc/syscallent.h @@ -250,7 +250,7 @@ { 2, TF, sys_removexattr, "removexattr" }, /* 218 */ { 2, TF, sys_removexattr, "lremovexattr" }, /* 219 */ { 2, TD, sys_fremovexattr, "fremovexattr" }, /* 220 */ - { 5, 0, sys_futex, "futex" }, /* 221 */ + { 6, 0, sys_futex, "futex" }, /* 221 */ { 3, 0, sys_sched_setaffinity, "sched_setaffinity" }, /* 222 */ { 3, 0, sys_sched_getaffinity, "sched_getaffinity" }, /* 223 */ { 5, 0, printargs, "SYS_224" }, /* 224 */ diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index 2f05edc8..fe5ac8d3 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -266,7 +266,7 @@ { 2, TD, sys_fremovexattr, "fremovexattr" }, /* 235 */ { 0, 0, printargs, "gettid" }, /* 236 */ { 2, TS, sys_kill, "tkill" }, /* 237 */ - { 5, 0, sys_futex, "futex" }, /* 238 */ + { 6, 0, sys_futex, "futex" }, /* 238 */ { 3, 0, sys_sched_setaffinity, "sched_setaffinity" },/* 239 */ { 3, 0, sys_sched_getaffinity, "sched_getaffinity" },/* 240 */ { 3, TS, sys_tgkill, "tgkill" }, /* 241 */ diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index 556af1a9..08431454 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -265,7 +265,7 @@ { 2, TD, sys_fremovexattr, "fremovexattr" }, /* 235 */ { 0, 0, printargs, "gettid" }, /* 236 */ { 2, TS, sys_kill, "tkill" }, /* 237 */ - { 5, 0, sys_futex, "futex" }, /* 238 */ + { 6, 0, sys_futex, "futex" }, /* 238 */ { 3, 0, sys_sched_setaffinity, "sched_setaffinity" },/* 239 */ { 3, 0, sys_sched_getaffinity, "sched_getaffinity" },/* 240 */ { 3, TS, sys_tgkill, "tgkill" }, /* 241 */ diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h index ecb40187..54b744a2 100644 --- a/linux/sparc/syscallent.h +++ b/linux/sparc/syscallent.h @@ -140,7 +140,7 @@ { 2, TF, sys_stat64, "stat64" }, /* 139 */ { 4, TD, sys_sendfile64, "sendfile64" }, /* 140 */ { 3, TN, sys_getpeername,"getpeername" }, /* 141 */ - { 5, 0, sys_futex, "futex" }, /* 142 */ + { 6, 0, sys_futex, "futex" }, /* 142 */ { 0, 0, printargs, "gettid" }, /* 143 */ { 2, 0, sys_getrlimit, "getrlimit" }, /* 144 */ { 2, 0, sys_setrlimit, "setrlimit" }, /* 145 */ diff --git a/linux/syscallent.h b/linux/syscallent.h index 2e8d58c7..a3fac277 100644 --- a/linux/syscallent.h +++ b/linux/syscallent.h @@ -270,7 +270,7 @@ { 2, TD, sys_fremovexattr, "fremovexattr" }, /* 237 */ { 2, TS, sys_kill, "tkill" }, /* 238 */ { 4, TD, sys_sendfile64, "sendfile64" }, /* 239 */ - { 5, 0, sys_futex, "futex" }, /* 240 */ + { 6, 0, sys_futex, "futex" }, /* 240 */ { 3, 0, sys_sched_setaffinity, "sched_setaffinity" },/* 241 */ { 3, 0, sys_sched_getaffinity, "sched_getaffinity" },/* 242 */ { 1, 0, sys_set_thread_area, "set_thread_area" }, /* 243 */ diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index e99da95a..3968c206 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -200,7 +200,7 @@ { 2, TD, sys_fremovexattr, "fremovexattr" }, /* 199 */ { 2, 0, sys_kill, "tkill" }, /* 200 */ { 1, 0, sys_time, "time" }, /* 201 */ - { 5, 0, sys_futex, "futex" }, /* 202 */ + { 6, 0, sys_futex, "futex" }, /* 202 */ { 3, 0, sys_sched_setaffinity, "sched_setaffinity" },/* 203 */ { 3, 0, sys_sched_getaffinity, "sched_getaffinity" },/* 204 */ { 1, 0, sys_set_thread_area, "set_thread_area" }, /* 205 */