File tree 9 files changed +8
-1
lines changed
9 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
//!
3
3
//! This covers *-apple-* triples currently
4
4
pub type c_char = i8 ;
5
+ pub type wchar_t = i32 ;
5
6
pub type clock_t = c_ulong ;
6
7
pub type time_t = c_long ;
7
8
pub type suseconds_t = i32 ;
Original file line number Diff line number Diff line change 1
1
pub type dev_t = u32 ;
2
2
pub type c_char = i8 ;
3
+ pub type wchar_t = i32 ;
3
4
pub type clock_t = u64 ;
4
5
pub type ino_t = u64 ;
5
6
pub type lwpid_t = i32 ;
Original file line number Diff line number Diff line change 1
1
pub type c_char = u8 ;
2
2
pub type c_long = i64 ;
3
3
pub type c_ulong = u64 ;
4
+ pub type wchar_t = u32 ;
4
5
pub type time_t = i64 ;
5
6
pub type suseconds_t = i64 ;
6
7
pub type register_t = i64 ;
Original file line number Diff line number Diff line change 1
1
pub type c_char = u8 ;
2
2
pub type c_long = i32 ;
3
3
pub type c_ulong = u32 ;
4
+ pub type wchar_t = u32 ;
4
5
pub type time_t = i64 ;
5
6
pub type suseconds_t = i32 ;
6
7
pub type register_t = i32 ;
Original file line number Diff line number Diff line change 1
1
pub type c_char = u8 ;
2
2
pub type c_long = i64 ;
3
3
pub type c_ulong = u64 ;
4
+ pub type wchar_t = i32 ;
4
5
pub type time_t = i64 ;
5
6
pub type suseconds_t = i64 ;
6
7
pub type register_t = i64 ;
Original file line number Diff line number Diff line change 1
1
pub type c_char = i8 ;
2
2
pub type c_long = i32 ;
3
3
pub type c_ulong = u32 ;
4
+ pub type wchar_t = i32 ;
4
5
pub type time_t = i32 ;
5
6
pub type suseconds_t = i32 ;
6
7
pub type register_t = i32 ;
Original file line number Diff line number Diff line change 1
1
pub type c_char = i8 ;
2
2
pub type c_long = i64 ;
3
3
pub type c_ulong = u64 ;
4
+ pub type wchar_t = i32 ;
4
5
pub type time_t = i64 ;
5
6
pub type suseconds_t = i64 ;
6
7
pub type register_t = i64 ;
Original file line number Diff line number Diff line change 1
- pub type wchar_t = i32 ;
2
1
pub type off_t = i64 ;
3
2
pub type useconds_t = u32 ;
4
3
pub type blkcnt_t = i64 ;
Original file line number Diff line number Diff line change
1
+ pub type wchar_t = i32 ;
1
2
pub type time_t = i64 ;
2
3
pub type mode_t = u32 ;
3
4
pub type nlink_t = u32 ;
You can’t perform that action at this time.
0 commit comments