diff options
Diffstat (limited to 'linux/s390x/syscallent.h')
-rw-r--r-- | linux/s390x/syscallent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index e6472360e..6daa310e3 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -230,7 +230,7 @@ [234] = { 2, TF, SEN(removexattr), "lremovexattr" }, [235] = { 2, TD, SEN(fremovexattr), "fremovexattr" }, [236] = { 0, PU|NF, SEN(gettid), "gettid" }, -[237] = { 2, TS|TP, SEN(kill), "tkill" }, +[237] = { 2, TS|TP, SEN(tkill), "tkill" }, [238] = { 6, 0, SEN(futex_time64), "futex" }, [239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, [240] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, |