Skip to content
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

Add definition of c_char for SPARC #117

Merged
merged 1 commit into from
May 8, 2024
Merged

Add definition of c_char for SPARC #117

merged 1 commit into from
May 8, 2024

Conversation

ryanseipp
Copy link
Contributor

SPARC 32 bit is a tier 3 platform in Rust, though rustix checks against it. A proposed update to 0.6.4 for this library degraded those checks as SPARC 32 bit lacks a definition for c_char.

The best evidence I could find as to the signedness of SPARC 32 bit is the blog post linked below, though I have not replicated their findings.

https://github.com/bytecodealliance/rustix/actions/runs/8955815255/job/24596945878?pr=1056 https://trofi.github.io/posts/203-signed-char-or-unsigned-char.html

SPARC 32 bit is a tier 3 platform in Rust, though rustix checks against
it. A proposed update to 0.6.4 for this library degraded those checks as
SPARC 32 bit lacks a definition for `c_char`.

The best evidence I could find as to the signedness of SPARC 32 bit is
the blog post linked below, though I have not replicated their findings.

https://github.com/bytecodealliance/rustix/actions/runs/8955815255/job/24596945878?pr=1056
https://trofi.github.io/posts/203-signed-char-or-unsigned-char.html
@sunfishcode sunfishcode merged commit 364c767 into sunfishcode:main May 8, 2024
3 of 5 checks passed
@sunfishcode
Copy link
Owner

Thanks!

@sunfishcode
Copy link
Owner

This is now released in linux-raw-sys 0.6.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants