blob: ae0560a5a92ac25689a2ba7eceff0190858373d4 [file] [log] [blame]
//! VxWorks-specific raw type definitions
#![stable(feature = "metadata_ext", since = "1.1.0")]
use crate::os::raw::{c_ulong};
#[stable(feature = "pthread_t", since = "1.8.0")]
pub type pthread_t = c_ulong;