Skip to content

Commit 0d89fe2

Browse files
Add the following types:
* processor_flavor_t * processor_info_t * processor_info_array_t
1 parent 86236a8 commit 0d89fe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pub type sae_associd_t = u32;
3838
pub type sae_connid_t = u32;
3939

4040
pub type mach_port_t = ::c_uint;
41+
pub type processor_flavor_t = ::c_int;
4142

4243
pub type iconv_t = *mut ::c_void;
4344

@@ -49,6 +50,8 @@ pub type processor_set_basic_info_data_t = processor_set_basic_info;
4950
pub type processor_set_basic_info_t = *mut processor_set_basic_info;
5051
pub type processor_set_load_info_data_t = processor_set_load_info;
5152
pub type processor_set_load_info_t = *mut processor_set_load_info;
53+
pub type processor_info_t = *mut integer_t;
54+
pub type processor_info_array_t = *mut integer_t;
5255

5356
deprecated_mach! {
5457
pub type vm_prot_t = ::c_int;

0 commit comments

Comments
 (0)