1 use crate::prelude::*;
2 
3 // Thestyle checker discourages the use of #[cfg], so this has to go into a
4 // separate module
5 pub type pthread_t = c_ulong;
6 
7 pub const PTHREAD_STACK_MIN: usize = 16384;
8