Skip to content
Snippets Groups Projects
Commit 9f3c8b30 authored by Guillaume Gomez's avatar Guillaume Gomez
Browse files

Add vm_size_t

parent f54a0a10
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment