We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03c121 commit febd42cCopy full SHA for febd42c
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