diff options
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r-- | include/linux/syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 91a740f6b884..980c3c9b06f8 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -48,6 +48,7 @@ struct stat; | |||
48 | struct stat64; | 48 | struct stat64; |
49 | struct statfs; | 49 | struct statfs; |
50 | struct statfs64; | 50 | struct statfs64; |
51 | struct statx; | ||
51 | struct __sysctl_args; | 52 | struct __sysctl_args; |
52 | struct sysinfo; | 53 | struct sysinfo; |
53 | struct timespec; | 54 | struct timespec; |
@@ -902,5 +903,7 @@ asmlinkage long sys_pkey_mprotect(unsigned long start, size_t len, | |||
902 | unsigned long prot, int pkey); | 903 | unsigned long prot, int pkey); |
903 | asmlinkage long sys_pkey_alloc(unsigned long flags, unsigned long init_val); | 904 | asmlinkage long sys_pkey_alloc(unsigned long flags, unsigned long init_val); |
904 | asmlinkage long sys_pkey_free(int pkey); | 905 | asmlinkage long sys_pkey_free(int pkey); |
906 | asmlinkage long sys_statx(int dfd, const char __user *path, unsigned flags, | ||
907 | unsigned mask, struct statx __user *buffer); | ||
905 | 908 | ||
906 | #endif | 909 | #endif |