linux_syscalls.c (bafd96b8ddf421134fc4ea9270e5b83a2ab63a45) | linux_syscalls.c (c0f171736a703c8d01f955190cfe5142381752f5) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8const char *linux_syscallnames[] = { --- 421 unchanged lines hidden (view full) --- 430 "#420", /* 420 = nosys */ 431 "#421", /* 421 = nosys */ 432 "#422", /* 422 = nosys */ 433 "#423", /* 423 = nosys */ 434 "linux_pidfd_send_signal", /* 424 = linux_pidfd_send_signal */ 435 "linux_io_uring_setup", /* 425 = linux_io_uring_setup */ 436 "linux_io_uring_enter", /* 426 = linux_io_uring_enter */ 437 "linux_io_uring_register", /* 427 = linux_io_uring_register */ | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8const char *linux_syscallnames[] = { --- 421 unchanged lines hidden (view full) --- 430 "#420", /* 420 = nosys */ 431 "#421", /* 421 = nosys */ 432 "#422", /* 422 = nosys */ 433 "#423", /* 423 = nosys */ 434 "linux_pidfd_send_signal", /* 424 = linux_pidfd_send_signal */ 435 "linux_io_uring_setup", /* 425 = linux_io_uring_setup */ 436 "linux_io_uring_enter", /* 426 = linux_io_uring_enter */ 437 "linux_io_uring_register", /* 427 = linux_io_uring_register */ |
438 "#428", /* 428 = nosys */ | 438 "linux_open_tree", /* 428 = linux_open_tree */ 439 "linux_move_mount", /* 429 = linux_move_mount */ 440 "linux_fsopen", /* 430 = linux_fsopen */ 441 "linux_fsconfig", /* 431 = linux_fsconfig */ 442 "linux_fsmount", /* 432 = linux_fsmount */ 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 */ 452 "linux_mount_setattr", /* 442 = linux_mount_setattr */ 453 "#443", /* 443 = nosys */ |
439}; | 454}; |