-
Notifications
You must be signed in to change notification settings - Fork 666
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
expose process_vm_readv, process_vm_writev for android #1557
Conversation
Looks good. Could you please add a CHANGELOG entry and squash your commits? |
0aa9923
to
32b125f
Compare
done @asomers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I'm going to avoid merging it until after 0.23.1.
@rupansh can you rebase this? Thanks! |
e368882
to
1c66fd8
Compare
done @rtzoeller |
bors r+ |
1557: expose process_vm_readv, process_vm_writev for android r=rtzoeller a=rupansh see rust-lang/libc#1878 Co-authored-by: rupansh-arch <rupanshsekar@hotmail.com>
This comment was marked as outdated.
This comment was marked as outdated.
bors retry |
1557: expose process_vm_readv, process_vm_writev for android r=rtzoeller a=rupansh see rust-lang/libc#1878 Co-authored-by: rupansh-arch <rupanshsekar@hotmail.com>
Timed out. |
@rupansh you probably need to rebase to satisfy bors. |
@rupansh apologies for the confusion and back and forth. There was an issue with our CI provider which is now resolved, but unfortunately in validating the fix a PR was submitted which made your PR conflict (I had originally planned to submit them in the opposite order). Can you rebase again, hopefully for the final time? 😅 |
CHANGELOG: add process_vm_* entry process_vm_*: fix documentation for android expose process_vm_readv, process_vm_writev for android Signed-off-by: rupansh-arch <rupanshsekar@hotmail.com>
done @rtzoeller |
bors r+ |
see rust-lang/libc#1878