We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6ff6a commit 9e1a38eCopy full SHA for 9e1a38e
src/unix/notbsd/linux/other/b64/powerpc64.rs
@@ -1,7 +1,7 @@
1
//! PowerPC64-specific definitions for 64-bit linux-like values
2
3
pub type c_char = u8;
4
-pub type wchar_t = u32;
+pub type wchar_t = i32;
5
pub type nlink_t = u64;
6
pub type blksize_t = i64;
7
0 commit comments