File tree Expand file tree Collapse file tree 9 files changed +8
-1
lines changed
Expand file tree Collapse file tree 9 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22//!
33//! This covers *-apple-* triples currently
44pub type c_char = i8 ;
5+ pub type wchar_t = i32 ;
56pub type clock_t = c_ulong ;
67pub type time_t = c_long ;
78pub type suseconds_t = i32 ;
Original file line number Diff line number Diff line change 11pub type dev_t = u32 ;
22pub type c_char = i8 ;
3+ pub type wchar_t = i32 ;
34pub type clock_t = u64 ;
45pub type ino_t = u64 ;
56pub type lwpid_t = i32 ;
Original file line number Diff line number Diff line change 11pub type c_char = u8 ;
22pub type c_long = i64 ;
33pub type c_ulong = u64 ;
4+ pub type wchar_t = u32 ;
45pub type time_t = i64 ;
56pub type suseconds_t = i64 ;
67pub type register_t = i64 ;
Original file line number Diff line number Diff line change 11pub type c_char = u8 ;
22pub type c_long = i32 ;
33pub type c_ulong = u32 ;
4+ pub type wchar_t = u32 ;
45pub type time_t = i64 ;
56pub type suseconds_t = i32 ;
67pub type register_t = i32 ;
Original file line number Diff line number Diff line change 11pub type c_char = u8 ;
22pub type c_long = i64 ;
33pub type c_ulong = u64 ;
4+ pub type wchar_t = i32 ;
45pub type time_t = i64 ;
56pub type suseconds_t = i64 ;
67pub type register_t = i64 ;
Original file line number Diff line number Diff line change 11pub type c_char = i8 ;
22pub type c_long = i32 ;
33pub type c_ulong = u32 ;
4+ pub type wchar_t = i32 ;
45pub type time_t = i32 ;
56pub type suseconds_t = i32 ;
67pub type register_t = i32 ;
Original file line number Diff line number Diff line change 11pub type c_char = i8 ;
22pub type c_long = i64 ;
33pub type c_ulong = u64 ;
4+ pub type wchar_t = i32 ;
45pub type time_t = i64 ;
56pub type suseconds_t = i64 ;
67pub type register_t = i64 ;
Original file line number Diff line number Diff line change 1- pub type wchar_t = i32 ;
21pub type off_t = i64 ;
32pub type useconds_t = u32 ;
43pub type blkcnt_t = i64 ;
Original file line number Diff line number Diff line change 1+ pub type wchar_t = i32 ;
12pub type time_t = i64 ;
23pub type mode_t = u32 ;
34pub type nlink_t = u32 ;
You can’t perform that action at this time.
0 commit comments