From: Dmitry V. Levin Date: Sat, 24 Jan 2015 16:40:00 +0000 (+0000) Subject: avr32: fix typo in sys_timerfd syscall entry X-Git-Tag: v4.10~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a10b6feb4473de708625ff278d003c7e5f9dcd67;p=strace avr32: fix typo in sys_timerfd syscall entry * linux/avr32/syscallent.h (timerfd): Change sys_name to "timerfd". --- diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index 0b6e3cab..74870228 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -305,7 +305,7 @@ [277] = { 3, TI, sys_shmctl, "shmctl" }, [278] = { 4, TD|TF, sys_utimensat, "utimensat" }, [279] = { 3, TD|TS, sys_signalfd, "signalfd" }, -[280] = { 2, TD, sys_timerfd, "timerfd_create" }, +[280] = { 2, TD, sys_timerfd, "timerfd" }, [281] = { 1, TD, sys_eventfd, "eventfd" }, [282] = { }, [283] = { 2, TD, sys_setns, "setns" },