diff options
-rw-r--r-- | include/asm-xtensa/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-xtensa/unistd.h b/include/asm-xtensa/unistd.h index 92968aabe34e..c092c8fbb2cf 100644 --- a/include/asm-xtensa/unistd.h +++ b/include/asm-xtensa/unistd.h | |||
@@ -677,8 +677,8 @@ __SYSCALL(303, sys_ni_syscall, 0) | |||
677 | 677 | ||
678 | #define __NR_signalfd 304 | 678 | #define __NR_signalfd 304 |
679 | __SYSCALL(304, sys_signalfd, 3) | 679 | __SYSCALL(304, sys_signalfd, 3) |
680 | #define __NR_timerfd 305 | 680 | /* 305 was __NR_timerfd */ |
681 | __SYSCALL(305, sys_timerfd, 4) | 681 | __SYSCALL(305, sys_ni_syscall, 0) |
682 | #define __NR_eventfd 306 | 682 | #define __NR_eventfd 306 |
683 | __SYSCALL(306, sys_eventfd, 1) | 683 | __SYSCALL(306, sys_eventfd, 1) |
684 | 684 | ||