File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ pub type uuid_t = ::uuid;
16
16
pub type fsblkcnt_t = u64 ;
17
17
pub type fsfilcnt_t = u64 ;
18
18
19
+ pub type mqd_t = :: c_int ;
19
20
pub type sem_t = * mut sem ;
20
21
21
22
#[ cfg_attr( feature = "extra_traits" , derive( Debug ) ) ]
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ pub type key_t = ::c_long;
15
15
pub type msglen_t = :: c_ulong ;
16
16
pub type msgqnum_t = :: c_ulong ;
17
17
18
+ pub type mqd_t = * mut :: c_void ;
18
19
pub type posix_spawnattr_t = * mut :: c_void ;
19
20
pub type posix_spawn_file_actions_t = * mut :: c_void ;
20
21
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ pub type dev_t = u32;
2
2
pub type mode_t = u16 ;
3
3
pub type pthread_attr_t = * mut :: c_void ;
4
4
pub type rlim_t = i64 ;
5
- pub type mqd_t = * mut :: c_void ;
6
5
pub type pthread_mutex_t = * mut :: c_void ;
7
6
pub type pthread_mutexattr_t = * mut :: c_void ;
8
7
pub type pthread_cond_t = * mut :: c_void ;
You can’t perform that action at this time.
0 commit comments