From: Denys Vlasenko Date: Wed, 14 Jan 2009 14:29:45 +0000 (+0000) Subject: * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5. X-Git-Tag: v4.5.19~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aeed47e6a7b2ee0086786bd0bd180796edc1475;p=strace * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5. --- diff --git a/ChangeLog b/ChangeLog index 5a3d0fdd..5bfd7db6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-14 Denys Vlasenko + + * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5. + 2009-01-13 Denys Vlasenko Fixes for ptrace() argument parsing. diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h index f5b1af1c..72c6747d 100644 --- a/linux/bfin/syscallent.h +++ b/linux/bfin/syscallent.h @@ -268,7 +268,7 @@ { 2, TD, sys_fremovexattr, "fremovexattr" }, /* 237 */ { 2, TS, sys_kill, "tkill" }, /* 238 */ { 4, TD|TN, 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 */