diff options
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h index f74d207c76da..a7d857f0e4f4 100644 --- a/include/asm-parisc/unistd.h +++ b/include/asm-parisc/unistd.h | |||
@@ -802,7 +802,7 @@ | |||
802 | #define __NR_timerfd_settime (__NR_Linux + 307) | 802 | #define __NR_timerfd_settime (__NR_Linux + 307) |
803 | #define __NR_timerfd_gettime (__NR_Linux + 308) | 803 | #define __NR_timerfd_gettime (__NR_Linux + 308) |
804 | 804 | ||
805 | #define __NR_Linux_syscalls (__NR_fallocate + 1) | 805 | #define __NR_Linux_syscalls (__NR_timerfd_gettime + 1) |
806 | 806 | ||
807 | 807 | ||
808 | #define __IGNORE_select /* newselect */ | 808 | #define __IGNORE_select /* newselect */ |