···315#define __NR_fanotify_init 1323316#define __NR_fanotify_mark 1324317#define __NR_prlimit64 13250000318319#ifdef __KERNEL__320321322-#define NR_syscalls 302 /* length of syscall table */323324/*325 * The following defines stop scripts/checksyscalls.sh from complaining about
···315#define __NR_fanotify_init 1323316#define __NR_fanotify_mark 1324317#define __NR_prlimit64 1325318+#define __NR_name_to_handle_at 1326319+#define __NR_open_by_handle_at 1327320+#define __NR_clock_adjtime 1328321+#define __NR_syncfs 1329322323#ifdef __KERNEL__324325326+#define NR_syscalls 306 /* length of syscall table */327328/*329 * The following defines stop scripts/checksyscalls.sh from complaining about