Revision d979e8eb linux-user/ppc/syscall_nr.h

b/linux-user/ppc/syscall_nr.h
332 332
#define TARGET_NR_dup3			316
333 333
#define TARGET_NR_pipe2		317
334 334
#define TARGET_NR_inotify_init1	318
335
#define TARGET_NR_perf_event_open       319
336
#define TARGET_NR_preadv                320
337
#define TARGET_NR_pwritev               321
338
#define TARGET_NR_rt_tgsigqueueinfo     322
339
#define TARGET_NR_fanotify_init         323
340
#define TARGET_NR_fanotify_mark         324
341
#define TARGET_NR_prlimit64             325
342
#define TARGET_NR_socket                326
343
#define TARGET_NR_bind                  327
344
#define TARGET_NR_connect               328
345
#define TARGET_NR_listen                329
346
#define TARGET_NR_accept                330
347
#define TARGET_NR_getsockname           331
348
#define TARGET_NR_getpeername           332
349
#define TARGET_NR_socketpair            333
350
#define TARGET_NR_send                  334
351
#define TARGET_NR_sendto                335
352
#define TARGET_NR_recv                  336
353
#define TARGET_NR_recvfrom              337
354
#define TARGET_NR_shutdown              338
355
#define TARGET_NR_setsockopt            339
356
#define TARGET_NR_getsockopt            340
357
#define TARGET_NR_sendmsg               341
358
#define TARGET_NR_recvmsg               342
359
#define TARGET_NR_recvmmsg              343
360
#define TARGET_NR_accept4               344
361
#define TARGET_NR_name_to_handle_at     345
362
#define TARGET_NR_open_by_handle_at     346
363
#define TARGET_NR_clock_adjtime         347
364
#define TARGET_NR_syncfs                348

Also available in: Unified diff