]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/asm-cris/unistd.h
cris: correct syscall numbers in unistd.h for timerfd_settime and timerfd_gettime
[net-next-2.6.git] / include / asm-cris / unistd.h
index 007cb16a6b5b7cc4b59606485ecf24aaf28a9858..76398ef87e9bcb730c864a624ed77b88be08068a 100644 (file)
 #define __NR_timerfd_create    322
 #define __NR_eventfd           323
 #define __NR_fallocate         324
-#define __NR_timerfd_settime    315
-#define __NR_timerfd_gettime    316
+#define __NR_timerfd_settime   325
+#define __NR_timerfd_gettime   326
 
 #ifdef __KERNEL__
 
-#define NR_syscalls 325
+#define NR_syscalls 327
 
 #include <asm/arch/unistd.h>