From: Dmitry V. Levin Date: Tue, 8 Dec 2015 20:58:38 +0000 (+0000) Subject: sh, sh64: fix syscall entries X-Git-Tag: v4.11~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b722e20c80c7cfeda5c2c2ac4407a06f0a0ac3b;p=strace sh, sh64: fix syscall entries * linux/sh/syscallent.h [322]: Fix timerfd_create entry. * linux/sh64/syscallent.h [350]: Likewise. [0]: Fix restart_syscall entry. --- diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index 9fdae9d0..4715d271 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -347,7 +347,7 @@ [319] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, [320] = { 4, TD|TF, SEN(utimensat), "utimensat" }, [321] = { 3, TD|TS, SEN(signalfd), "signalfd" }, -[322] = { 4, TD, SEN(timerfd), "timerfd" }, +[322] = { 2, TD, SEN(timerfd_create), "timerfd_create" }, [323] = { 1, TD, SEN(eventfd), "eventfd" }, [324] = { 6, TD, SEN(fallocate), "fallocate" }, [325] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" }, diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index a842addf..614ba81e 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -26,7 +26,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ 0] = { 0, 0, SEN(setup), "setup" }, +[ 0] = { 0, 0, SEN(restart_syscall), "restart_syscall" }, [ 1] = { 1, TP|SE, SEN(exit), "exit" }, [ 2] = { 0, TP, SEN(fork), "fork" }, [ 3] = { 3, TD, SEN(read), "read" }, @@ -373,7 +373,7 @@ [347] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, [348] = { 4, TD|TF, SEN(utimensat), "utimensat" }, [349] = { 3, TD|TS, SEN(signalfd), "signalfd" }, -[350] = { 4, TD, SEN(timerfd), "timerfd" }, +[350] = { 2, TD, SEN(timerfd_create), "timerfd_create" }, [351] = { 1, TD, SEN(eventfd), "eventfd" }, [352] = { 4, TD, SEN(fallocate), "fallocate" }, [353] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },