SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 44 Rust

Rollup merge of #156638 - FelixLttks:fix-espidf-sigkill, r=SimonSapin

library: Fix std compilation for espidf target in unix::process

Fixes a regression on the riscv32imac-esp-espidf target caused by commit 7bf5fe7bf84f5b94e5970de18543abac0579209c (linked issue rust-lang/rust#156537) . The unix_kill_process_group feature attempts to use libc::SIGKILL, which is not supported on the espidf target.

Discussed in `esp-idf-sys` issue: https://github.com/esp-rs/esp-idf-sys/issues/419
J
Jonathan Brouwer committed
0104cf008e3188b33df4220dde513185d76696cc
Committed by GitHub <noreply@github.com> on 5/18/2026, 1:19:49 AM