Skip to content

Commit 9e1a38e

Browse files
wchar_t is signed on powerpc64
1 parent 6e6ff6a commit 9e1a38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/linux/other/b64/powerpc64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! PowerPC64-specific definitions for 64-bit linux-like values
22
33
pub type c_char = u8;
4-
pub type wchar_t = u32;
4+
pub type wchar_t = i32;
55
pub type nlink_t = u64;
66
pub type blksize_t = i64;
77

0 commit comments

Comments
 (0)