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.
1 parent f54a0a1 commit 9f3c8b3Copy full SHA for 9f3c8b3
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