-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Added PR_GET_NAME and PR_SET_NAME #3941
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @tgross35 (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 (
|
Thanks, could you update the relevant tests in |
Squash please and then lgtm :) |
23d1460
to
93e44c3
Compare
93e44c3
to
9a5fd46
Compare
Squashed and rebased on the latest |
(backport <rust-lang#3941>) (cherry picked from commit 2191c87)
This pull request adds
PR_GET_NAME
andPR_SET_NAME
constants as being supported by Android (see sys/prctl.h).