--- qemu/linux-user/mips64/syscall_nr.h 2018/04/24 16:48:17 1.1.1.1 +++ qemu/linux-user/mips64/syscall_nr.h 2018/04/24 17:23:12 1.1.1.2 @@ -282,3 +282,12 @@ #define TARGET_NR_timerfd (TARGET_NR_Linux + 277) #define TARGET_NR_eventfd (TARGET_NR_Linux + 278) #define TARGET_NR_fallocate (TARGET_NR_Linux + 279) +#define TARGET_NR_timerfd_create (TARGET_NR_Linux + 280) +#define TARGET_NR_timerfd_gettime (TARGET_NR_Linux + 281) +#define TARGET_NR_timerfd_settime (TARGET_NR_Linux + 282) +#define TARGET_NR_signalfd4 (TARGET_NR_Linux + 283) +#define TARGET_NR_eventfd2 (TARGET_NR_Linux + 284) +#define TARGET_NR_epoll_create1 (TARGET_NR_Linux + 285) +#define TARGET_NR_dup3 (TARGET_NR_Linux + 286) +#define TARGET_NR_pipe2 (TARGET_NR_Linux + 287) +#define TARGET_NR_inotify_init1 (TARGET_NR_Linux + 288)