libc
libc copied to clipboard
[0.2] Add constant AT_MINSIGSTKSZ
https://github.com/rust-lang/rust/commit/9da004ea1997ac0eedbb882fa52960417725bd48 uses AT_MINSIGSTKSZ
which is not present in libc
crate. AT_MINSIGSTKSZ
was introduced since glibc 2.35 on all architectures.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) some time within the next two weeks.
Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review
and S-waiting-on-author
) stays updated, invoking these commands when appropriate:
-
@rustbot author
: the review is finished, PR author should check the comments and take action accordingly -
@rustbot review
: the author is ready for a review, this PR will be queued again in the reviewer's queue
Some TODOs:
- [x] cherry-pick these commits on
main
branch. - [ ] reuse constant
libc::AT_MINSIGSTKSZ
instd
.