• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Thestyle checker discourages the use of #[cfg], so this has to go into a
2 // separate module
3 pub type pthread_t = ::c_ulong;
4 
5 pub const PTHREAD_STACK_MIN: usize = 16384;
6