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:
Haavard Skinnemoen
2008-02-05 14:22:55 -08:00
committed by Linus Torvalds
parent 8cb2a7c1e9
commit 46a56c5a02
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -297,7 +297,7 @@
#define __NR_utimensat 278
#define __NR_signalfd 279
#define __NR_timerfd 280
/* 280 was __NR_timerfd */
#define __NR_eventfd 281
#ifdef __KERNEL__