avr32: fix typo in sys_timerfd syscall entry
* linux/avr32/syscallent.h (timerfd): Change sys_name to "timerfd".
This commit is contained in:
parent
ad66048592
commit
a10b6feb44
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user