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. |
|
Awesome, thanks :) |
These consts are used for the
personality(2)syscall and can be found in/usr/include/sys/personality.h