Skip to content

Commit d5f1fc3

Browse files
authored
Merge pull request #3631 from taiki-e/aix-c-char
Fix c_char on AIX
2 parents 82806b3 + 92c8bcb commit d5f1fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/aix/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub type c_char = i8;
1+
pub type c_char = u8;
22
pub type caddr_t = *mut ::c_char;
33
pub type clockid_t = ::c_longlong;
44
pub type blkcnt_t = ::c_long;

0 commit comments

Comments
 (0)