Fix timerfd breakage on avr32
Hmm. Someone removed the timerfd() syscall... Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
8cb2a7c1e9
commit
46a56c5a02
@@ -293,6 +293,6 @@ sys_call_table:
|
||||
.long sys_shmctl
|
||||
.long sys_utimensat
|
||||
.long sys_signalfd
|
||||
.long sys_timerfd /* 280 */
|
||||
.long sys_ni_syscall /* 280, was sys_timerfd */
|
||||
.long sys_eventfd
|
||||
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */
|
||||
|
Reference in New Issue
Block a user