File tree Expand file tree Collapse file tree
src/unix/linux_like/linux/gnu Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4646,9 +4646,6 @@ fn test_linux(target: &str) {
46464646 // FIXME(value): IPPROTO_MAX was increased in 5.6 for IPPROTO_MPTCP:
46474647 "IPPROTO_MAX" => true ,
46484648
4649- // FIXME(linux): Not yet implemented on sparc64
4650- "SYS_clone3" if sparc64 => true ,
4651-
46524649 // FIXME(linux): Requires >= 6.9 kernel headers.
46534650 n if ( arm || ppc32) && n. starts_with ( "FUTEX2_" ) => true ,
46544651
Original file line number Diff line number Diff line change @@ -849,7 +849,6 @@ pub const SYS_fsconfig: c_long = 431;
849849pub const SYS_fsmount : c_long = 432 ;
850850pub const SYS_fspick : c_long = 433 ;
851851pub const SYS_pidfd_open : c_long = 434 ;
852- // Reserved in the kernel, but not actually implemented yet
853852pub const SYS_clone3 : c_long = 435 ;
854853pub const SYS_close_range : c_long = 436 ;
855854pub const SYS_openat2 : c_long = 437 ;
Original file line number Diff line number Diff line change @@ -904,7 +904,6 @@ pub const SYS_fsconfig: c_long = 431;
904904pub const SYS_fsmount : c_long = 432 ;
905905pub const SYS_fspick : c_long = 433 ;
906906pub const SYS_pidfd_open : c_long = 434 ;
907- // Reserved in the kernel, but not actually implemented yet
908907pub const SYS_clone3 : c_long = 435 ;
909908pub const SYS_close_range : c_long = 436 ;
910909pub const SYS_openat2 : c_long = 437 ;
You can’t perform that action at this time.
0 commit comments