summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-03-03 01:02:46 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-03-03 01:02:46 +0100
commit9f3c8b3063b5ee35023c947cc56f9234589744fe (patch)
treef1ef02c39e9be171b604b4994d0545f71d1db776
parentf54a0a10560b673314892e0ce31d8e7e1f971b73 (diff)
downloadrust-libc-9f3c8b3063b5ee35023c947cc56f9234589744fe.tar.gz
Add vm_size_t
-rw-r--r--src/unix/bsd/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/bsd/mod.rs b/src/unix/bsd/mod.rs
index e1a2f416fd..44e4357734 100644
--- a/src/unix/bsd/mod.rs
+++ b/src/unix/bsd/mod.rs
@@ -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 {