-
Notifications
You must be signed in to change notification settings - Fork 1.1k
solarish: Expose siginfo_t data as functions #2697
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
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
The normal libc-test suite runs clean (both with and without the extra_traits feature). I also sketched up a little test program which imported |
@bors r+ |
📌 Commit aa8f0f2 has been approved by |
solarish: Expose siginfo_t data as functions This will bring illumos (and Solaris) functionality in line with the other UNIX (and UNIX-like) platforms, where unions often hamper access to those data fields.
💔 Test failed - checks-actions |
This will bring illumos (and Solaris) functionality in line with the other UNIX (and UNIX-like) platforms, where unions often hamper access to those data fields.
aa8f0f2
to
52d5741
Compare
I removed the compilation-conditional around |
@bors r+ |
📌 Commit 52d5741 has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
Thanks for the prompt review. |
This will bring illumos (and Solaris) functionality in line with the other UNIX (and UNIX-like) platforms, where unions often hamper access to those data fields.