File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/unix/bsd/netbsdlike/netbsd Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use PT_FIRSTMACH;
3
3
pub type c_long = i32 ;
4
4
pub type c_ulong = u32 ;
5
5
pub type c_char = u8 ;
6
- type __cpu_simple_lock_nv_t = :: c_int ;
6
+ pub type __cpu_simple_lock_nv_t = :: c_int ;
7
7
8
8
pub const PT_GETREGS : :: c_int = PT_FIRSTMACH + 1 ;
9
9
pub const PT_SETREGS : :: c_int = PT_FIRSTMACH + 2 ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use PT_FIRSTMACH;
3
3
pub type c_long = i32 ;
4
4
pub type c_ulong = u32 ;
5
5
pub type c_char = u8 ;
6
- type __cpu_simple_lock_nv_t = :: c_int ;
6
+ pub type __cpu_simple_lock_nv_t = :: c_int ;
7
7
8
8
pub const PT_STEP : :: c_int = PT_FIRSTMACH + 0 ;
9
9
pub const PT_GETREGS : :: c_int = PT_FIRSTMACH + 1 ;
Original file line number Diff line number Diff line change 1
1
pub type c_long = i64 ;
2
2
pub type c_ulong = u64 ;
3
3
pub type c_char = i8 ;
4
- type __cpu_simple_lock_t = :: c_uchar ;
4
+ pub type __cpu_simple_lock_nv_t = :: c_uchar ;
Original file line number Diff line number Diff line change 1
1
pub type c_long = i32 ;
2
2
pub type c_ulong = u32 ;
3
3
pub type c_char = i8 ;
4
- type __cpu_simple_lock_nv_t = :: c_uchar ;
4
+ pub type __cpu_simple_lock_nv_t = :: c_uchar ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use PT_FIRSTMACH;
3
3
pub type c_long = i64 ;
4
4
pub type c_ulong = u64 ;
5
5
pub type c_char = i8 ;
6
- type __cpu_simple_lock_nv_t = :: c_uchar ;
6
+ pub type __cpu_simple_lock_nv_t = :: c_uchar ;
7
7
8
8
pub const PT_STEP : :: c_int = PT_FIRSTMACH + 0 ;
9
9
pub const PT_GETREGS : :: c_int = PT_FIRSTMACH + 1 ;
You can’t perform that action at this time.
0 commit comments