···332332#define __NR_fallocate 314333333#define __NR_timerfd_settime 315334334#define __NR_timerfd_gettime 316335335+#define __NR_signalfd4 317336336+#define __NR_eventfd2 318337337+#define __NR_epoll_create1 319338338+#define __NR_dup3 320339339+#define __NR_pipe2 321340340+#define __NR_inotify_init1 322335341336336-#define NR_SYSCALLS 317342342+#define NR_SYSCALLS 323337343338344/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,339345 * it never had the plain ones and there is no value to adding those