Add vm_size_t
This commit is contained in:
parent
f54a0a1056
commit
9f3c8b3063
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user