We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f54a0a1 + 9f3c8b3 commit b166b11Copy full SHA for b166b11
src/unix/bsd/mod.rs
@@ -6,6 +6,7 @@ pub type socklen_t = u32;
6
pub type sa_family_t = u8;
7
pub type pthread_t = ::uintptr_t;
8
pub type nfds_t = ::c_uint;
9
+pub type vm_size_t = ::uintptr_t;
10
11
s! {
12
pub struct sockaddr {
0 commit comments