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>
diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h
index a6a0340..27ca64a 100644
--- a/linux/mips/syscallent.h
+++ b/linux/mips/syscallent.h
@@ -5543,7 +5543,7 @@
{ 2, 0, sys_removexattr, "removexattr" }, /* 5189 */
{ 2, 0, sys_removexattr, "lremovexattr" }, /* 5190 */
{ 2, TD, sys_fremovexattr, "fremovexattr" }, /* 5191 */
- { 2, 0, sys_kill, "tkill" }, /* 5192 */
+ { 2, TS, sys_kill, "tkill" }, /* 5192 */
{ 1, 0, sys_time, "time" }, /* 5193 */
{ 6, 0, sys_futex, "futex" }, /* 5194 */
{ 3, 0, sys_sched_setaffinity, "sched_setaffinity"}, /* 5195 */
@@ -6852,7 +6852,7 @@
{ 2, 0, sys_removexattr, "removexattr" }, /* 6189 */
{ 2, 0, sys_removexattr, "lremovexattr" }, /* 6190 */
{ 2, TD, sys_fremovexattr, "fremovexattr" }, /* 6191 */
- { 2, 0, sys_kill, "tkill" }, /* 6192 */
+ { 2, TS, sys_kill, "tkill" }, /* 6192 */
{ 1, 0, sys_time, "time" }, /* 6193 */
{ 6, 0, sys_futex, "futex" }, /* 6194 */
{ 3, 0, sys_sched_setaffinity, "sched_setaffinity"}, /* 6195 */