We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff1a71 commit 92c8bcbCopy full SHA for 92c8bcb
src/unix/aix/mod.rs
@@ -1,4 +1,4 @@
1
-pub type c_char = i8;
+pub type c_char = u8;
2
pub type caddr_t = *mut ::c_char;
3
pub type clockid_t = ::c_longlong;
4
pub type blkcnt_t = ::c_long;
0 commit comments