Revision d979e8eb linux-user/mips/syscall_nr.h

b/linux-user/mips/syscall_nr.h
332 332
#define TARGET_NR_dup3			(TARGET_NR_Linux + 327)
333 333
#define TARGET_NR_pipe2		(TARGET_NR_Linux + 328)
334 334
#define TARGET_NR_inotify_init1	(TARGET_NR_Linux + 329)
335
#define TARGET_NR_preadv                (TARGET_NR_Linux + 330)
336
#define TARGET_NR_pwritev               (TARGET_NR_Linux + 331)
337
#define TARGET_NR_rt_tgsigqueueinfo     (TARGET_NR_Linux + 332)
338
#define TARGET_NR_perf_event_open       (TARGET_NR_Linux + 333)
339
#define TARGET_NR_accept4               (TARGET_NR_Linux + 334)
340
#define TARGET_NR_recvmmsg              (TARGET_NR_Linux + 335)
341
#define TARGET_NR_fanotify_init         (TARGET_NR_Linux + 336)
342
#define TARGET_NR_fanotify_mark         (TARGET_NR_Linux + 337)
343
#define TARGET_NR_prlimit64             (TARGET_NR_Linux + 338)
344
#define TARGET_NR_name_to_handle_at     (TARGET_NR_Linux + 339)
345
#define TARGET_NR_open_by_handle_at     (TARGET_NR_Linux + 340)
346
#define TARGET_NR_clock_adjtime         (TARGET_NR_Linux + 341)
347
#define TARGET_NR_syncfs                (TARGET_NR_Linux + 342)

Also available in: Unified diff