Add vm_size_t

This commit is contained in:
Guillaume Gomez 2019-03-03 01:02:46 +01:00
parent f54a0a1056
commit 9f3c8b3063

View File

@ -6,6 +6,7 @@ pub type socklen_t = u32;
pub type sa_family_t = u8;
pub type pthread_t = ::uintptr_t;
pub type nfds_t = ::c_uint;
pub type vm_size_t = ::uintptr_t;
s! {
pub struct sockaddr {