Skip to content

Commit

Permalink
Auto merge of #2129 - GuillaumeGomez:more-missing-types, r=JohnTitor
Browse files Browse the repository at this point in the history
Add more apple types

Forgot a few.

If it could be merged before #2128, it'd be awesome! Thanks in advance. :)
  • Loading branch information
bors committed Mar 29, 2021
2 parents 9a62493 + 0d89fe2 commit f913fc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/unix/bsd/apple/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub type sae_associd_t = u32;
pub type sae_connid_t = u32;

pub type mach_port_t = ::c_uint;
pub type processor_flavor_t = ::c_int;

pub type iconv_t = *mut ::c_void;

Expand All @@ -49,6 +50,8 @@ pub type processor_set_basic_info_data_t = processor_set_basic_info;
pub type processor_set_basic_info_t = *mut processor_set_basic_info;
pub type processor_set_load_info_data_t = processor_set_load_info;
pub type processor_set_load_info_t = *mut processor_set_load_info;
pub type processor_info_t = *mut integer_t;
pub type processor_info_array_t = *mut integer_t;

deprecated_mach! {
pub type vm_prot_t = ::c_int;
Expand Down

0 comments on commit f913fc5

Please sign in to comment.