···302#define __NR_timerfd_create 1310303#define __NR_timerfd_settime 1311304#define __NR_timerfd_gettime 1312000000305306#ifdef __KERNEL__307308309-#define NR_syscalls 289 /* length of syscall table */310311/*312 * The following defines stop scripts/checksyscalls.sh from complaining about
···302#define __NR_timerfd_create 1310303#define __NR_timerfd_settime 1311304#define __NR_timerfd_gettime 1312305+#define __NR_signalfd4 1313306+#define __NR_eventfd2 1314307+#define __NR_epoll_create1 1315308+#define __NR_dup3 1316309+#define __NR_pipe2 1317310+#define __NR_inotify_init1 1318311312#ifdef __KERNEL__313314315+#define NR_syscalls 295 /* length of syscall table */316317/*318 * The following defines stop scripts/checksyscalls.sh from complaining about