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

Fix errors with char signedness. #984

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

sunfishcode
Copy link
Member

When rustix is compiled with default-features = false, and linux-raw-sys is compiled with no_std, there is a difference in the signedness of c_char; fix rustix's code to handle this.

Fixes #983.

When rustix is compiled with default-features = false, and linux-raw-sys
is compiled with no_std, there is a difference in the signedness of
`c_char`; fix rustix's code to handle this.

Fixes #983.
@sunfishcode sunfishcode force-pushed the sunfishcode/char-signededness branch from d31b76f to eb6504c Compare January 12, 2024 22:38
@sunfishcode sunfishcode merged commit f546573 into main Jan 12, 2024
44 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/char-signededness branch January 12, 2024 22:51
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.

Version 0.38.29 fails to build on Linux
1 participant