Skip to content

Commit febd42c

Browse files
taiki-estlankes
authored andcommitted
Fix c_char on AIX
Refs: rust-lang/rust#122985
1 parent d03c121 commit febd42c

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)