rust-lang / libc

Raw bindings to platform APIs for Rust
https://docs.rs/libc
Apache License 2.0
2.02k stars 1.01k forks source link

adding AT_MINSIGSTKSZ constant to android. #3754

Closed devnexen closed 2 weeks ago

rustbot commented 2 weeks ago

r? @JohnTitor

rustbot has assigned @JohnTitor. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

JohnTitor commented 2 weeks ago

Superseded by #3732

bjorn3 commented 1 week ago

https://github.com/rust-lang/libc/pull/3732 seems to only add it for 64bit android systems, while this PR adds it for all android systems.