File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ pub type posix_spawnattr_t = *mut ::c_void;
31
31
pub type posix_spawn_file_actions_t = * mut :: c_void ;
32
32
pub type key_t = :: c_int ;
33
33
pub type shmatt_t = :: c_ushort ;
34
+ pub type vm_size_t = :: uintptr_t ;
34
35
35
36
#[ cfg_attr( feature = "extra_traits" , derive( Debug ) ) ]
36
37
pub enum timezone { }
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ pub type tcflag_t = ::c_uint;
14
14
pub type speed_t = :: c_uint ;
15
15
pub type nl_item = :: c_int ;
16
16
pub type id_t = i64 ;
17
+ pub type vm_size_t = :: uintptr_t ;
17
18
18
19
#[ cfg_attr( feature = "extra_traits" , derive( Debug ) ) ]
19
20
pub enum timezone { }
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ pub type socklen_t = u32;
6
6
pub type sa_family_t = u8 ;
7
7
pub type pthread_t = :: uintptr_t ;
8
8
pub type nfds_t = :: c_uint ;
9
- pub type vm_size_t = :: uintptr_t ;
10
9
11
10
s ! {
12
11
pub struct sockaddr {
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ pub type fsfilcnt_t = ::uint64_t;
7
7
pub type idtype_t = :: c_int ;
8
8
pub type mqd_t = :: c_int ;
9
9
type __pthread_spin_t = __cpu_simple_lock_nv_t ;
10
+ pub type vm_size_t = :: uintptr_t ;
10
11
11
12
s ! {
12
13
pub struct aiocb {
You can’t perform that action at this time.
0 commit comments