summaryrefslogtreecommitdiff
path: root/linux/ia64/syscallent.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2008-07-18 01:23:49 +0000
committerRoland McGrath <roland@redhat.com>2008-07-18 01:23:49 +0000
commit334baa8cf336966ad6397922358bf2757ecad059 (patch)
tree9bc8a59ee66cd9414a9532a4674a614b7f01cb8b /linux/ia64/syscallent.h
parente5978366353980cf78e60e0461ab8f2779c6eba1 (diff)
downloadstrace-334baa8cf336966ad6397922358bf2757ecad059.tar.gz
strace-334baa8cf336966ad6397922358bf2757ecad059.tar.bz2
strace-334baa8cf336966ad6397922358bf2757ecad059.tar.xz
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.
Diffstat (limited to 'linux/ia64/syscallent.h')
-rw-r--r--linux/ia64/syscallent.h2
1 files changed, 1 insertions, 1 deletions
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 */