Skip to content

Commit fbfef68

Browse files
authored
Merge pull request #3662 from taiki-e/libc-0.2-aix-c-char
v0.2: Fix c_char on AIX
2 parents f055468 + 1b770a8 commit fbfef68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/aix/mod.rs

Lines changed: 1 addition & 1 deletion
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)