Merged
Conversation
Collaborator
|
Some changes occurred in OpenBSD module cc @semarie |
Contributor
Author
|
I wasn't able to test this locally. Is the CI alone sufficient to test this? |
Thomasdezeeuw
added a commit
to Thomasdezeeuw/a10
that referenced
this pull request
Jan 27, 2026
This needs two changes to libc before it can be merged: * various constants for kqueue: rust-lang/libc#4945 * siginfo_t::si_status: rust-lang/libc#4946
semarie
suggested changes
Jan 27, 2026
Contributor
semarie
left a comment
There was a problem hiding this comment.
the CI doesn't look at the struct definition inside the function. so only manual inspection will properly doing it.
Thomasdezeeuw
commented
Jan 27, 2026
Contributor
Author
Thomasdezeeuw
left a comment
There was a problem hiding this comment.
Fixed the fields @semarie
21e5e62 to
8523238
Compare
Collaborator
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Feb 9, 2026
(backport <rust-lang#4946>) (cherry picked from commit 150f1a9)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Feb 9, 2026
(backport <rust-lang#4946>) (cherry picked from commit 3749159)
Merged
Thomasdezeeuw
added a commit
to Thomasdezeeuw/a10
that referenced
this pull request
Feb 12, 2026
This needs two changes to libc before it can be merged: * various constants for kqueue: rust-lang/libc#4945 * siginfo_t::si_status: rust-lang/libc#4946
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
siginfo_t::si_status.Sources
Definition of
siginfo_t: https://github.com/openbsd/src/blob/7a3d6f69f0a9b1766a54f549b550113ea4d460f1/sys/sys/siginfo.h#L133-L174Accessing
si_status: https://github.com/openbsd/src/blob/7a3d6f69f0a9b1766a54f549b550113ea4d460f1/sys/sys/siginfo.h#L179Checklist
libc-test/semverhave been updated*LASTor*MAXareincluded (see #3131)
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI
@rustbot label +stable-nominated