We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82806b3 + 92c8bcb commit d5f1fc3Copy full SHA for d5f1fc3
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