Skip to content

Commit 23970bc

Browse files
committed
add platform support details file for armv7-unknown-linux-uclibc
1 parent 5a172b3 commit 23970bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/unix/process/process_unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ impl Command {
419419
}
420420

421421
// Only glibc 2.24+ posix_spawn() supports returning ENOENT directly.
422-
#[cfg(all(target_os = "linux", any(target_env = "gnu", target_env = "uclibc")))]
422+
#[cfg(all(target_os = "linux", target_env = "gnu"))]
423423
{
424424
if let Some(version) = sys::os::glibc_version() {
425425
if version < (2, 24) {

0 commit comments

Comments
 (0)