chromium/third_party/rust/chromium_crates_io/vendor/libc-0.2.158/src/unix/linux_like/linux/uclibc/x86_64/other.rs

// Thestyle checker discourages the use of #[cfg], so this has to go into a
// separate module
pub type pthread_t = ::c_ulong;

pub const PTHREAD_STACK_MIN: usize = 16384;