2008-07-17 Roland McGrath <roland@redhat.com>
* 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 <drepper@redhat.com>.
Fixes RH#448629.
diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h
index a659e0f..a37e025 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 */