summaryrefslogtreecommitdiff
path: root/linux/x86_64
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-02-27 14:58:06 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-02-27 14:58:06 +0100
commit3b60542041aa5e975ef7efe198d8bb5daba82c16 (patch)
treef66222787bce68f10256775b31ad454653d7e021 /linux/x86_64
parent1945ccc3fbd5b56008c4a6b0cdd4611616201675 (diff)
downloadstrace-3b60542041aa5e975ef7efe198d8bb5daba82c16.tar.gz
strace-3b60542041aa5e975ef7efe198d8bb5daba82c16.tar.bz2
strace-3b60542041aa5e975ef7efe198d8bb5daba82c16.tar.xz
Correct syscall entries for t[g]kill
* linux/hppa/syscallent.h: Make tgkill use sys_tgkill, not printargs. * linux/sh/syscallent.h: Change tkill type TD -> TS. * linux/sh64/syscallent.h: Likewise. * linux/mips/syscallent.h: Change tkill type 0 -> TS. * linux/x86_64/syscallent.h: Likewise. * linux/avr32/syscallent.h: Likewise. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'linux/x86_64')
-rw-r--r--linux/x86_64/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h
index 7b93973..b031396 100644
--- a/linux/x86_64/syscallent.h
+++ b/linux/x86_64/syscallent.h
@@ -198,7 +198,7 @@
{ 2, TF, sys_removexattr, "removexattr" }, /* 197 */
{ 2, TF, sys_removexattr, "lremovexattr" }, /* 198 */
{ 2, TD, sys_fremovexattr, "fremovexattr" }, /* 199 */
- { 2, 0, sys_kill, "tkill" }, /* 200 */
+ { 2, TS, sys_kill, "tkill" }, /* 200 */
{ 1, 0, sys_time, "time" }, /* 201 */
{ 6, 0, sys_futex, "futex" }, /* 202 */
{ 3, 0, sys_sched_setaffinity, "sched_setaffinity" },/* 203 */