diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2008-02-05 23:22:55 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 23:37:15 +0100 |
commit | 46a56c5a02430f80ef73357aa1295875c1cef2a7 (patch) | |
tree | 75dd8e67bf33344c62d48af1ad79bb28cb9f2652 /include/asm-avr32/unistd.h | |
parent | stop c_p_a corrupting the pds (diff) | |
download | linux-46a56c5a02430f80ef73357aa1295875c1cef2a7.tar.xz linux-46a56c5a02430f80ef73357aa1295875c1cef2a7.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | include/asm-avr32/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/unistd.h b/include/asm-avr32/unistd.h index de09009593f8..89861a27543e 100644 --- a/include/asm-avr32/unistd.h +++ b/include/asm-avr32/unistd.h @@ -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__ |