aboutsummaryrefslogtreecommitdiff
path: root/libc/src/unix/uclibc/x86_64/other.rs
blob: 1cc521df992a111003616c91a44d875632a03d2a (plain)
1
2
3
4
// Thestyle checker discourages the use of #[cfg], so this has to go into a
// separate module
pub type pthread_t = ::c_ulong;