|
@@ -730,9 +730,11 @@ __SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
|
|
|
__SYSCALL(__NR_pkey_alloc, sys_pkey_alloc)
|
|
|
#define __NR_pkey_free 290
|
|
|
__SYSCALL(__NR_pkey_free, sys_pkey_free)
|
|
|
+#define __NR_statx 291
|
|
|
+__SYSCALL(__NR_statx, sys_statx)
|
|
|
|
|
|
#undef __NR_syscalls
|
|
|
-#define __NR_syscalls 291
|
|
|
+#define __NR_syscalls 292
|
|
|
|
|
|
/*
|
|
|
* All syscalls below here should go away really,
|