From a10b6feb4473de708625ff278d003c7e5f9dcd67 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 24 Jan 2015 16:40:00 +0000 Subject: [PATCH] avr32: fix typo in sys_timerfd syscall entry * linux/avr32/syscallent.h (timerfd): Change sys_name to "timerfd". --- linux/avr32/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.40.0