diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index e2870fe1be5b..989055e0b501 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
| @@ -929,6 +929,7 @@ asmlinkage long sys_clock_adjtime32(clockid_t which_clock, | |||
| 929 | struct old_timex32 __user *tx); | 929 | struct old_timex32 __user *tx); |
| 930 | asmlinkage long sys_syncfs(int fd); | 930 | asmlinkage long sys_syncfs(int fd); |
| 931 | asmlinkage long sys_setns(int fd, int nstype); | 931 | asmlinkage long sys_setns(int fd, int nstype); |
| 932 | asmlinkage long sys_pidfd_open(pid_t pid, unsigned int flags); | ||
| 932 | asmlinkage long sys_sendmmsg(int fd, struct mmsghdr __user *msg, | 933 | asmlinkage long sys_sendmmsg(int fd, struct mmsghdr __user *msg, |
| 933 | unsigned int vlen, unsigned flags); | 934 | unsigned int vlen, unsigned flags); |
| 934 | asmlinkage long sys_process_vm_readv(pid_t pid, | 935 | asmlinkage long sys_process_vm_readv(pid_t pid, |
