Skip to content

Commit 9f3c8b3

Browse files
Add vm_size_t
1 parent f54a0a1 commit 9f3c8b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/bsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pub type socklen_t = u32;
66
pub type sa_family_t = u8;
77
pub type pthread_t = ::uintptr_t;
88
pub type nfds_t = ::c_uint;
9+
pub type vm_size_t = ::uintptr_t;
910

1011
s! {
1112
pub struct sockaddr {

0 commit comments

Comments
 (0)