File tree Expand file tree Collapse file tree 8 files changed +7
-1
lines changed
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree 8 files changed +7
-1
lines changed 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 clock_t = i32 ;
4
5
pub type wchar_t = u32 ;
5
6
pub type time_t = i64 ;
6
7
pub type suseconds_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 clock_t = u32 ;
4
5
pub type wchar_t = u32 ;
5
6
pub type time_t = i64 ;
6
7
pub type suseconds_t = i32 ;
Original file line number Diff line number Diff line change 1
1
pub type fflags_t = u32 ;
2
- pub type clock_t = i32 ;
3
2
4
3
pub type vm_prot_t = u_char ;
5
4
pub type kvaddr_t = u64 ;
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 clock_t = u32 ;
4
5
pub type wchar_t = i32 ;
5
6
pub type time_t = i64 ;
6
7
pub type suseconds_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 clock_t = u32 ;
4
5
pub type wchar_t = i32 ;
5
6
pub type time_t = i64 ;
6
7
pub type suseconds_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 = i64 ;
3
3
pub type c_ulong = u64 ;
4
+ pub type clock_t = i32 ;
4
5
pub type wchar_t = :: c_int ;
5
6
pub type time_t = i64 ;
6
7
pub type suseconds_t = :: c_long ;
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 clock_t = :: c_ulong ;
4
5
pub type wchar_t = i32 ;
5
6
pub type time_t = i32 ;
6
7
pub type suseconds_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 clock_t = i32 ;
4
5
pub type wchar_t = i32 ;
5
6
pub type time_t = i64 ;
6
7
pub type suseconds_t = i64 ;
You can’t perform that action at this time.
0 commit comments