···312#define __NR_pwritev 1320313#define __NR_rt_tgsigqueueinfo 1321314#define __NR_recvmmsg 1322000315316#ifdef __KERNEL__317318319-#define NR_syscalls 299 /* length of syscall table */320321/*322 * The following defines stop scripts/checksyscalls.sh from complaining about
···312#define __NR_pwritev 1320313#define __NR_rt_tgsigqueueinfo 1321314#define __NR_recvmmsg 1322315+#define __NR_fanotify_init 1323316+#define __NR_fanotify_mark 1324317+#define __NR_prlimit64 1325318319#ifdef __KERNEL__320321322+#define NR_syscalls 302 /* length of syscall table */323324/*325 * The following defines stop scripts/checksyscalls.sh from complaining about