Skip to content

Commit

Permalink
Merge pull request #1904 from glaubitz/sparc-linux
Browse files Browse the repository at this point in the history
Fix type definition for c_char on sparc-unknown-linux-gnu
  • Loading branch information
JohnTitor committed Sep 30, 2020
2 parents 8cdddfd + 772a3ac commit bffed84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/gnu/b32/sparc/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! SPARC-specific definitions for 32-bit linux-like values

pub type c_char = u8;
pub type c_char = i8;
pub type wchar_t = i32;

s! {
Expand Down

0 comments on commit bffed84

Please sign in to comment.