linux_syscalls.c (1f9d71ee32cf74ece18f36b31c7e9ea1613be730) linux_syscalls.c (28035f675b8590a24fddb418083788609ef75cc8)
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically @generated.
5 */
6
7const char *linux_syscallnames[] = {
8#define nosys linux_nosys

--- 435 unchanged lines hidden (view full) ---

444 "linux_clone3", /* 435 = linux_clone3 */
445 "linux_close_range", /* 436 = linux_close_range */
446 "linux_openat2", /* 437 = linux_openat2 */
447 "linux_pidfd_getfd", /* 438 = linux_pidfd_getfd */
448 "linux_faccessat2", /* 439 = linux_faccessat2 */
449 "linux_process_madvise", /* 440 = linux_process_madvise */
450 "linux_epoll_pwait2", /* 441 = linux_epoll_pwait2 */
451 "linux_mount_setattr", /* 442 = linux_mount_setattr */
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically @generated.
5 */
6
7const char *linux_syscallnames[] = {
8#define nosys linux_nosys

--- 435 unchanged lines hidden (view full) ---

444 "linux_clone3", /* 435 = linux_clone3 */
445 "linux_close_range", /* 436 = linux_close_range */
446 "linux_openat2", /* 437 = linux_openat2 */
447 "linux_pidfd_getfd", /* 438 = linux_pidfd_getfd */
448 "linux_faccessat2", /* 439 = linux_faccessat2 */
449 "linux_process_madvise", /* 440 = linux_process_madvise */
450 "linux_epoll_pwait2", /* 441 = linux_epoll_pwait2 */
451 "linux_mount_setattr", /* 442 = linux_mount_setattr */
452 "#443", /* 443 = nosys */
452 "linux_quotactl_fd", /* 443 = linux_quotactl_fd */
453 "linux_landlock_create_ruleset", /* 444 = linux_landlock_create_ruleset */
454 "linux_landlock_add_rule", /* 445 = linux_landlock_add_rule */
455 "linux_landlock_restrict_self", /* 446 = linux_landlock_restrict_self */
456 "linux_memfd_secret", /* 447 = linux_memfd_secret */
457 "linux_process_mrelease", /* 448 = linux_process_mrelease */
458 "linux_futex_waitv", /* 449 = linux_futex_waitv */
459 "linux_set_mempolicy_home_node", /* 450 = linux_set_mempolicy_home_node */
460 "linux_cachestat", /* 451 = linux_cachestat */
461 "linux_fchmodat2", /* 452 = linux_fchmodat2 */
462 "linux_map_shadow_stack", /* 453 = linux_map_shadow_stack */
463 "#454", /* 454 = nosys */
453};
464};