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