diff options
Diffstat (limited to 'linux/sh64/syscallent.h')
-rw-r--r-- | linux/sh64/syscallent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index eff5dc028..4ec35d315 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -271,7 +271,7 @@ [263] = { 2, TF, SEN(removexattr), "removexattr" }, [264] = { 2, TF, SEN(removexattr), "lremovexattr" }, [265] = { 2, TD, SEN(fremovexattr), "fremovexattr" }, -[266] = { 2, TS|TP, SEN(kill), "tkill" }, +[266] = { 2, TS|TP, SEN(tkill), "tkill" }, [267] = { 4, TD|TN, SEN(sendfile64), "sendfile64" }, [268] = { 6, 0, SEN(futex_time64), "futex" }, [269] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, |