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 73ca7d9 commit ae1963aCopy full SHA for ae1963a
std/src/sys/unix/process/process_unix.rs
@@ -419,7 +419,7 @@ impl Command {
419
}
420
421
// Only glibc 2.24+ posix_spawn() supports returning ENOENT directly.
422
- #[cfg(all(target_os = "linux", any(target_env = "gnu", target_env = "uclibc")))]
+ #[cfg(all(target_os = "linux", target_env = "gnu"))]
423
{
424
if let Some(version) = sys::os::glibc_version() {
425
if version < (2, 24) {
0 commit comments