Skip to content

fix struct ptrace_thread_state on OpenBSD#4947

Merged
JohnTitor merged 1 commit intorust-lang:mainfrom
semarie:semarie/ptrace_thread_state
Jan 28, 2026
Merged

fix struct ptrace_thread_state on OpenBSD#4947
JohnTitor merged 1 commit intorust-lang:mainfrom
semarie:semarie/ptrace_thread_state

Conversation

@semarie
Copy link
Contributor

@semarie semarie commented Jan 27, 2026

Description

Fix the struct ptrace_thread_state definition for OpenBSD

Sources

struct ptrace_thread_state definition: https://github.com/openbsd/src/blob/7a3d6f69f0a9b1766a54f549b550113ea4d460f1/sys/sys/ptrace.h#L87

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

unsure if could be considered as stable-nominated… feel free to remove the label.

@rustbot label +stable-nominated

@rustbot rustbot added O-unix S-waiting-on-review stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Jan 27, 2026
Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

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

Thanks!

@JohnTitor JohnTitor added this pull request to the merge queue Jan 27, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 27, 2026
@JohnTitor JohnTitor added this pull request to the merge queue Jan 27, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 27, 2026
@JohnTitor JohnTitor added this pull request to the merge queue Jan 28, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 28, 2026
@JohnTitor JohnTitor added this pull request to the merge queue Jan 28, 2026
Merged via the queue into rust-lang:main with commit 212b9c9 Jan 28, 2026
96 of 99 checks passed
@semarie semarie deleted the semarie/ptrace_thread_state branch January 28, 2026 20:10
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Feb 9, 2026
(backport <rust-lang#4947>)
(cherry picked from commit 212b9c9)
@tgross35 tgross35 mentioned this pull request Feb 9, 2026
github-merge-queue bot pushed a commit that referenced this pull request Feb 9, 2026
(backport <#4947>)
(cherry picked from commit 212b9c9)
@tgross35 tgross35 added stable-applied This PR has been cherry-picked to libc's stable release branch and removed stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-unix stable-applied This PR has been cherry-picked to libc's stable release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants