summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r--include/linux/syscalls.h3
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;
48struct stat64; 48struct stat64;
49struct statfs; 49struct statfs;
50struct statfs64; 50struct statfs64;
51struct statx;
51struct __sysctl_args; 52struct __sysctl_args;
52struct sysinfo; 53struct sysinfo;
53struct timespec; 54struct 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);
903asmlinkage long sys_pkey_alloc(unsigned long flags, unsigned long init_val); 904asmlinkage long sys_pkey_alloc(unsigned long flags, unsigned long init_val);
904asmlinkage long sys_pkey_free(int pkey); 905asmlinkage long sys_pkey_free(int pkey);
906asmlinkage long sys_statx(int dfd, const char __user *path, unsigned flags,
907 unsigned mask, struct statx __user *buffer);
905 908
906#endif 909#endif