--- qemu/linux-user/mips/syscall_nr.h 2018/04/24 16:48:14 1.1.1.2 +++ qemu/linux-user/mips/syscall_nr.h 2018/04/24 17:23:03 1.1.1.3 @@ -323,3 +323,12 @@ #define TARGET_NR_timerfd (TARGET_NR_Linux + 318) #define TARGET_NR_eventfd (TARGET_NR_Linux + 319) #define TARGET_NR_fallocate (TARGET_NR_Linux + 320) +#define TARGET_NR_timerfd_create (TARGET_NR_Linux + 321) +#define TARGET_NR_timerfd_gettime (TARGET_NR_Linux + 322) +#define TARGET_NR_timerfd_settime (TARGET_NR_Linux + 323) +#define TARGET_NR_signalfd4 (TARGET_NR_Linux + 324) +#define TARGET_NR_eventfd2 (TARGET_NR_Linux + 325) +#define TARGET_NR_epoll_create1 (TARGET_NR_Linux + 326) +#define TARGET_NR_dup3 (TARGET_NR_Linux + 327) +#define TARGET_NR_pipe2 (TARGET_NR_Linux + 328) +#define TARGET_NR_inotify_init1 (TARGET_NR_Linux + 329)