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.
2 parents 08f0a63 + 98be777 commit 9078c49Copy full SHA for 9078c49
src/unix/aix/mod.rs
@@ -17,15 +17,15 @@ pub type rlim_t = ::c_ulong;
17
pub type speed_t = ::c_uint;
18
pub type tcflag_t = ::c_uint;
19
pub type time_t = ::c_long;
20
-pub type time64_t = ::int64_t;
+pub type time64_t = u64;
21
pub type timer_t = ::c_long;
22
pub type wchar_t = ::c_uint;
23
pub type nfds_t = ::c_int;
24
pub type projid_t = ::c_int;
25
pub type id_t = ::c_uint;
26
pub type blksize64_t = ::c_ulonglong;
27
pub type blkcnt64_t = ::c_ulonglong;
28
-pub type sctp_assoc_t = ::uint32_t;
+pub type sctp_assoc_t = u32;
29
30
pub type suseconds_t = ::c_int;
31
pub type useconds_t = ::c_uint;
0 commit comments