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 @@ -3161,8 +3161,7 @@ fn test_linux(target: &str) {
31613161 "SYS_pidfd_open" if mips => true ,
31623162
31633163 // FIXME: Not currently available in headers on MIPS
3164- // Not yet implemented on sparc64
3165- "SYS_clone3" if mips | sparc64 => true ,
3164+ "SYS_clone3" if mips => true ,
31663165
31673166 // FIXME: these syscalls were added in Linux 5.9 or later
31683167 // and are currently not included in the glibc headers.
Original file line number Diff line number Diff line change @@ -836,7 +836,6 @@ pub const SYS_fsconfig: ::c_long = 431;
836836pub const SYS_fsmount : :: c_long = 432 ;
837837pub const SYS_fspick : :: c_long = 433 ;
838838pub const SYS_pidfd_open : :: c_long = 434 ;
839- // Reserved in the kernel, but not actually implemented yet
840839pub const SYS_clone3 : :: c_long = 435 ;
841840pub const SYS_close_range : :: c_long = 436 ;
842841pub const SYS_openat2 : :: c_long = 437 ;
Original file line number Diff line number Diff line change @@ -896,7 +896,6 @@ pub const SYS_fsconfig: ::c_long = 431;
896896pub const SYS_fsmount : :: c_long = 432 ;
897897pub const SYS_fspick : :: c_long = 433 ;
898898pub const SYS_pidfd_open : :: c_long = 434 ;
899- // Reserved in the kernel, but not actually implemented yet
900899pub const SYS_clone3 : :: c_long = 435 ;
901900pub const SYS_close_range : :: c_long = 436 ;
902901pub const SYS_openat2 : :: c_long = 437 ;
You can’t perform that action at this time.
0 commit comments