summaryrefslogtreecommitdiff
path: root/include/asm-avr32
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-05-13 14:33:33 (GMT)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-05-13 15:07:57 (GMT)
commit78c129b949bdee21dd996ac5f5cfc655cd5bd42e (patch)
treee39144a19077210263c4810d4a76f170209b5b02 /include/asm-avr32
parent9caebec7b8093574fca5a334a1939530872d75e3 (diff)
downloadlinux-78c129b949bdee21dd996ac5f5cfc655cd5bd42e.tar.xz
[AVR32] Wire up signalfd, timerfd and eventfd
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32')
-rw-r--r--include/asm-avr32/unistd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-avr32/unistd.h b/include/asm-avr32/unistd.h
index 2418cce..3b4e35b 100644
--- a/include/asm-avr32/unistd.h
+++ b/include/asm-avr32/unistd.h
@@ -296,9 +296,12 @@
#define __NR_shmctl 277
#define __NR_utimensat 278
+#define __NR_signalfd 279
+#define __NR_timerfd 280
+#define __NR_eventfd 281
#ifdef __KERNEL__
-#define NR_syscalls 279
+#define NR_syscalls 282
#define __ARCH_WANT_IPC_PARSE_VERSION