diff options
Diffstat (limited to 'linux/hppa/syscallent.h')
-rw-r--r-- | linux/hppa/syscallent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 2aa872752..5521694fb 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -211,7 +211,7 @@ [205] = { 5, 0, SEN(printargs), "acl_set" }, [206] = { 0, PU|NF, SEN(gettid), "gettid" }, [207] = { 4, TD, SEN(readahead), "readahead" }, -[208] = { 2, TS|TP, SEN(kill), "tkill" }, +[208] = { 2, TS|TP, SEN(tkill), "tkill" }, [209] = { 4, TD|TN, SEN(sendfile64), "sendfile64" }, [210] = { 6, 0, SEN(futex_time32), "futex" }, [211] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, |