CRIS: Add new timerfd syscall entries.

This commit is contained in:
Jesper Nilsson
2008-02-08 11:54:30 +01:00
parent 0b07aa6d38
commit 7800029df3
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -326,9 +326,11 @@
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define __NR_signalfd 321
#define __NR_timerfd 322
#define __NR_timerfd_create 322
#define __NR_eventfd 323
#define __NR_fallocate 324
#define __NR_timerfd_settime 315
#define __NR_timerfd_gettime 316
#ifdef __KERNEL__