aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-avr32/unistd.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2008-02-05 17:22:55 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-05 17:37:15 -0500
commit46a56c5a02430f80ef73357aa1295875c1cef2a7 (patch)
tree75dd8e67bf33344c62d48af1ad79bb28cb9f2652 /include/asm-avr32/unistd.h
parent8cb2a7c1e95e472b5ad8cbde4d5c7bb65c532603 (diff)
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 'include/asm-avr32/unistd.h')
-rw-r--r--include/asm-avr32/unistd.h2
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 @@
297 297
298#define __NR_utimensat 278 298#define __NR_utimensat 278
299#define __NR_signalfd 279 299#define __NR_signalfd 279
300#define __NR_timerfd 280 300/* 280 was __NR_timerfd */
301#define __NR_eventfd 281 301#define __NR_eventfd 281
302 302
303#ifdef __KERNEL__ 303#ifdef __KERNEL__