avr32: fix typo in sys_timerfd syscall entry

* linux/avr32/syscallent.h (timerfd): Change sys_name to "timerfd".
This commit is contained in:
Дмитрий Левин 2015-01-24 16:40:00 +00:00
parent ad66048592
commit a10b6feb44

View File

@ -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" },