-
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
Add sys/personality.h constants for Linux #1849
Conversation
r? @JohnTitor (rust_highfive has picked a reviewer for you, use r? to override) |
It seems musl and emscripten don't have You can move them to the platforms that you want to use. |
Thanks! Will do |
Hmm. CI fails at the
Any ideas why this might happen? |
The problem here is that |
Well, I noticed today's nightly is missing |
Sure, thanks for your help! |
So, it turned out the cargo failure, not component's. I missed this...:
This should be fixed by rust-lang/cargo#8558 and I confirmed the things work well in today's nightly. |
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.
Now it's green, thanks!
Awesome, thanks :) |
These consts are used for the
personality(2)
syscall and can be found in/usr/include/sys/personality.h