1 //! 64-bit specific definitions for linux-like values
4 pub type c_ulong
= u64;
5 pub type clock_t
= i64;
7 pub type suseconds_t
= i64;
10 pub type blkcnt_t
= i64;
11 pub type __fsword_t
= ::c_long
;
15 __val
: [::c_ulong
; 16],
19 pub const __SIZEOF_PTHREAD_RWLOCK_T
: usize = 56;
22 if #[cfg(target_arch = "aarch64")] {
24 pub use self::aarch64
::*;
25 } else if #[cfg(any(target_arch = "powerpc64"))] {
27 pub use self::powerpc64
::*;
28 } else if #[cfg(any(target_arch = "x86_64"))] {
30 pub use self::x86_64
::*;
32 // Unknown target_arch