···299#define __NR_signalfd 1307300#define __NR_timerfd 1308301#define __NR_eventfd 1309000302303#ifdef __KERNEL__304305306-#define NR_syscalls 286 /* length of syscall table */307308/*309 * The following defines stop scripts/checksyscalls.sh from complaining about
···299#define __NR_signalfd 1307300#define __NR_timerfd 1308301#define __NR_eventfd 1309302+#define __NR_timerfd_create 1310303+#define __NR_timerfd_settime 1311304+#define __NR_timerfd_gettime 1312305306#ifdef __KERNEL__307308309+#define NR_syscalls 289 /* length of syscall table */310311/*312 * The following defines stop scripts/checksyscalls.sh from complaining about