sh: Wire up signalfd/timerfd/eventfd syscalls.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2007-05-14 09:29:55 +09:00
parent fce692e798
commit 26bbfda8b1
2 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -329,8 +329,11 @@
#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__