sh: Wire up signalfd/timerfd/eventfd syscalls.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 14 May 2007 00:29:55 +0000 (09:29 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 21 May 2007 05:32:14 +0000 (14:32 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/syscalls.S
include/asm-sh/unistd.h

index 4357d1a6358f61ba39a2ab7094fdfd968daec8aa..7db1c2dc5992a14896345fcc0dddab3e72647431 100644 (file)
@@ -355,3 +355,6 @@ ENTRY(sys_call_table)
        .long sys_getcpu
        .long sys_epoll_pwait
        .long sys_utimensat             /* 320 */
+       .long sys_signalfd
+       .long sys_timerfd
+       .long sys_eventfd
index af71e379a5eea94097e029e44e555ab5b3c4cd40..77bcb09d6ac8be2125494d2011951b1a96112949 100644 (file)
 #define __NR_getcpu            318
 #define __NR_epoll_pwait       319
 #define __NR_utimensat         320
+#define __NR_signalfd          321
+#define __NR_timerfd           322
+#define __NR_eventfd           323
 
-#define NR_syscalls 321
+#define NR_syscalls 324
 
 #ifdef __KERNEL__