-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Added constants from prctl.h #477
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
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
Thanks for the PR! Looks like CI is failing due to line length limits, and yeah in general it's ok to remove comments from this library as this isn't really the authoritative source for how to use all these values. |
|
Looks good to me, but looks like travis failures may be legitimate? |
|
@alexcrichton Any idea how to fix the one that failed? I'm not sure why a few specific constants are having a problem on just android. |
|
@zethra you can just move those constants down a level in the module hierarchy to the linux-specific module so they're not picked up on Android. |
|
@bors: r+ Thanks! |
|
📌 Commit 1887630 has been approved by |
Added constants from prctl.h I left in the comment from prctl.h I can remove them if you want.
|
☀️ Test successful - status-appveyor, status-travis |
Fixed typo in tcsetpgrp
I left in the comment from prctl.h I can remove them if you want.