libc icon indicating copy to clipboard operation
libc copied to clipboard

[0.2] Add constant AT_MINSIGSTKSZ

Open ur4t opened this issue 10 months ago • 2 comments

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.

ur4t avatar Mar 30 '24 06:03 ur4t

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

rustbot avatar Mar 30 '24 06:03 rustbot

Some TODOs:

  • [x] cherry-pick these commits on main branch.
  • [ ] reuse constant libc::AT_MINSIGSTKSZ in std.

ur4t avatar Mar 30 '24 07:03 ur4t