-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix errors with char signedness. (#984)
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.
- Loading branch information
1 parent
7552d81
commit f546573
Showing
1 changed file
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters