-
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 pthread_sigqueue. #2873
Add pthread_sigqueue. #2873
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) soon. Please see the contribution instructions for more information. |
Drafted while figure out how to fix CI. |
pthread_sigqueue is a gnu libc extension, however I have a use case for it, hence why I'm adding it.
Should be good to go now. |
Thanks for the comment on the test, looks sensible to me. @bors r+ |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
This resurrects #991.
Should be a pretty straightforward addition of pthread_sigqueue.