From: Dmitry V. Levin Date: Thu, 26 Feb 2015 23:03:10 +0000 (+0000) Subject: arm: fix get_mempolicy, set_mempolicy, and timerfd_create syscall entries X-Git-Tag: v4.10~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff865c67a693ddd3a9edf33511113dcb9bb886a8;p=strace arm: fix get_mempolicy, set_mempolicy, and timerfd_create syscall entries * linux/arm/syscallent.h (320, 321, 350): Fix names and handlers. --- diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index a34c08bf..b57a0927 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -344,8 +344,8 @@ [317] = { 3, TD, sys_inotify_add_watch, "inotify_add_watch" }, [318] = { 2, TD, sys_inotify_rm_watch, "inotify_rm_watch" }, [319] = { 6, TM, sys_mbind, "mbind" }, -[320] = { 3, TM, sys_set_mempolicy, "set_mempolicy" }, -[321] = { 5, TM, sys_get_mempolicy, "get_mempolicy" }, +[320] = { 3, TM, sys_get_mempolicy, "get_mempolicy" }, +[321] = { 5, TM, sys_set_mempolicy, "set_mempolicy" }, [322] = { 4, TD|TF, sys_openat, "openat" }, [323] = { 3, TD|TF, sys_mkdirat, "mkdirat" }, [324] = { 4, TD|TF, sys_mknodat, "mknodat" }, @@ -374,7 +374,7 @@ [347] = { 4, 0, sys_kexec_load, "kexec_load" }, [348] = { 4, TD|TF, sys_utimensat, "utimensat" }, [349] = { 3, TD|TS, sys_signalfd, "signalfd" }, -[350] = { 4, TD, sys_timerfd, "timerfd" }, +[350] = { 4, TD, sys_timerfd_create, "timerfd_create" }, [351] = { 1, TD, sys_eventfd, "eventfd" }, [352] = { 6, TD, sys_fallocate, "fallocate" }, [353] = { 4, TD, sys_timerfd_settime, "timerfd_settime" },