linux_syscalls.c (8fe8bb7cb573bfc62b04f38acfb2ac79ffcbb97e) | linux_syscalls.c (df377f1fb8dd92a1839bc578aac46d2cdf1b5b84) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8const char *linux_syscallnames[] = { --- 434 unchanged lines hidden (view full) --- 443 "linux_fspick", /* 433 = linux_fspick */ 444 "linux_pidfd_open", /* 434 = linux_pidfd_open */ 445 "linux_clone3", /* 435 = linux_clone3 */ 446 "linux_close_range", /* 436 = linux_close_range */ 447 "linux_openat2", /* 437 = linux_openat2 */ 448 "linux_pidfd_getfd", /* 438 = linux_pidfd_getfd */ 449 "linux_faccessat2", /* 439 = linux_faccessat2 */ 450 "linux_process_madvise", /* 440 = linux_process_madvise */ | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8const char *linux_syscallnames[] = { --- 434 unchanged lines hidden (view full) --- 443 "linux_fspick", /* 433 = linux_fspick */ 444 "linux_pidfd_open", /* 434 = linux_pidfd_open */ 445 "linux_clone3", /* 435 = linux_clone3 */ 446 "linux_close_range", /* 436 = linux_close_range */ 447 "linux_openat2", /* 437 = linux_openat2 */ 448 "linux_pidfd_getfd", /* 438 = linux_pidfd_getfd */ 449 "linux_faccessat2", /* 439 = linux_faccessat2 */ 450 "linux_process_madvise", /* 440 = linux_process_madvise */ |
451 "linux_epoll_pwait2", /* 441 = linux_epoll_pwait2 */ | 451 "linux_epoll_pwait2_64", /* 441 = linux_epoll_pwait2_64 */ |
452 "linux_mount_setattr", /* 442 = linux_mount_setattr */ 453 "#443", /* 443 = nosys */ 454}; | 452 "linux_mount_setattr", /* 442 = linux_mount_setattr */ 453 "#443", /* 443 = nosys */ 454}; |