Auto merge of #2129 - GuillaumeGomez:more-missing-types, r=JohnTitor

Add more apple types

Forgot a few.

If it could be merged before https://github.com/rust-lang/libc/pull/2128, it'd be awesome! Thanks in advance. :)
This commit is contained in:
bors 2021-03-29 20:19:44 +00:00
commit f913fc53a6
1 changed files with 3 additions and 0 deletions

View File

@ -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;
@ -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;