arm: fix get_mempolicy, set_mempolicy, and timerfd_create syscall entries
* linux/arm/syscallent.h (320, 321, 350): Fix names and handlers.
This commit is contained in:
parent
566eb6c847
commit
ff865c67a6
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user