diff options
-rw-r--r-- | include/uapi/asm-generic/unistd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h index 2622b33fb2ec..6e0f5f01734c 100644 --- a/include/uapi/asm-generic/unistd.h +++ b/include/uapi/asm-generic/unistd.h | |||
@@ -717,9 +717,13 @@ __SYSCALL(__NR_membarrier, sys_membarrier) | |||
717 | __SYSCALL(__NR_mlock2, sys_mlock2) | 717 | __SYSCALL(__NR_mlock2, sys_mlock2) |
718 | #define __NR_copy_file_range 285 | 718 | #define __NR_copy_file_range 285 |
719 | __SYSCALL(__NR_copy_file_range, sys_copy_file_range) | 719 | __SYSCALL(__NR_copy_file_range, sys_copy_file_range) |
720 | #define __NR_preadv2 286 | ||
721 | __SYSCALL(__NR_preadv2, sys_preadv2) | ||
722 | #define __NR_pwritev2 287 | ||
723 | __SYSCALL(__NR_pwritev2, sys_pwritev2) | ||
720 | 724 | ||
721 | #undef __NR_syscalls | 725 | #undef __NR_syscalls |
722 | #define __NR_syscalls 286 | 726 | #define __NR_syscalls 288 |
723 | 727 | ||
724 | /* | 728 | /* |
725 | * All syscalls below here should go away really, | 729 | * All syscalls below here should go away really, |