We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c46c2a commit fb7d1c5Copy full SHA for fb7d1c5
libc-test/build.rs
@@ -3693,6 +3693,10 @@ fn test_linux(target: &str) {
3693
// FIXME: the glibc version used by the Sparc64 build jobs
3694
// which use Debian 10.0 is too old.
3695
"statx" if sparc64 => true,
3696
+ // Needs glibc 2.34 or later.
3697
+ "posix_spawn_file_actions_addclosefrom_np" if gnu && sparc64 => true,
3698
+ // Needs glibc 2.35 or later.
3699
+ "posix_spawn_file_actions_addtcsetpgrp_np" if gnu && sparc64 => true,
3700
3701
// FIXME: Deprecated since glibc 2.30. Remove fn once upstream does.
3702
"sysctl" if gnu => true,
0 commit comments