-
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
Remove sigevent support on Fuchsia #2079
Conversation
3598834
to
192d503
Compare
It triggers UB, which the compiler warns about beginning with 1.41.0. Remove it, due to lack of a Fuchsia maintainer and lack of feedback from the original Fuchsia porter. Fixes nix-rust#1441
192d503
to
625287e
Compare
Fuchsia doesn't have signals. LGTM. |
And yet it defines all of this stuff in libc. Should those be removed? |
Probably! I believe @cramertj added those things, or at least moved them around? |
bors r+ |
2079: Remove sigevent support on Fuchsia r=asomers a=asomers It triggers UB, which the compiler warns about beginning with 1.41.0. Remove it, due to lack of a Fuchsia maintainer and lack of feedback from the original Fuchsia porter. Fixes #1441 Co-authored-by: Alan Somers <asomers@gmail.com>
Build failed: |
bors retry |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
It triggers UB, which the compiler warns about beginning with 1.41.0. Remove it, due to lack of a Fuchsia maintainer and lack of feedback from the original Fuchsia porter.
Fixes #1441