Skip to content

build(linux): remove skip for siginfo_t field - #5523

Merged
JohnTitor merged 1 commit into
rust-lang:mainfrom
dybucc:remove-siginfo_t-skips
Sep 14, 2026
Merged

JohnTitor merged 1 commit into
rust-lang:mainfrom
dybucc:remove-siginfo_t-skips

Conversation

@dybucc

@dybucc dybucc commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Description

Removes the only skip that can be feasibly removed after #5345 merged.
Other skips for siginfo_t stuff are concerned with target OSs other
than Linux. Follow-up to 1.

Checklist

  • Relevant tests in libc-test/semver have been updated
  • Commit messages permalink to headers for added or changed API
  • Placeholder or unstable values like *LAST or *MAX have the
    standard doc comment
  • Tested locally (cargo test -p libc-test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@rustbot label +stable-nominated

Footnotes

  1. https://github.com/rust-lang/libc/pull/5345#pullrequestreview-5106852891

@rustbot rustbot added S-waiting-on-review stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Sep 11, 2026
@rustbot

This comment has been minimized.

@dybucc
dybucc force-pushed the remove-siginfo_t-skips branch from 994379e to 825618f Compare September 11, 2026 15:27
Remove skip for `siginfo_t` field as now the full definition is used
since rust-lang#5345 was merged.
@JohnTitor
JohnTitor force-pushed the remove-siginfo_t-skips branch from 825618f to 266c5a3 Compare September 14, 2026 21:17
@rustbot

rustbot commented Sep 14, 2026

Copy link
Copy Markdown
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.

@JohnTitor JohnTitor left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JohnTitor
JohnTitor added this pull request to the merge queue Sep 14, 2026
Merged via the queue into rust-lang:main with commit 6109bfb Sep 14, 2026
59 checks passed
@rustbot rustbot mentioned this pull request Sep 14, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stable-nominated This PR should be considered for cherry-pick to libc's stable release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants