Skip to content

Conversation

JustSoup312
Copy link

Description

Adds the semid_ds and seminfo structs to musl. These exist in the musl C library, but are not wrapped in the libc crate yet.

Sources

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

@rustbot label +stable-nominated

@rustbot rustbot added O-linux O-musl O-unix S-waiting-on-review stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Jul 22, 2025
@JustSoup312 JustSoup312 marked this pull request as draft July 22, 2025 20:20
@JustSoup312 JustSoup312 marked this pull request as ready for review July 22, 2025 20:57
@JustSoup312 JustSoup312 marked this pull request as draft July 22, 2025 22:17
@JustSoup312 JustSoup312 force-pushed the musl-sem branch 3 times, most recently from 10ebabf to 26b89b2 Compare July 23, 2025 18:12
Adds the semid_ds struct based upon arch/generic/bits/sem.h and adds the
seminfo struct based upon include/sys/sem.h.

Signed-off-by: Aster Boese <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-linux O-musl O-unix 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.

2 participants