mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
53af5aba8f
fix(std): avoid AT_MINSIGSTKSZ on uclibc targets Closes https://github.com/rust-lang/rust/issues/154679 `AT_MINSIGSTKSZ` is not defined on uclibc. r? @tgross35