Files
rust/library/std/src/os/vxworks/raw.rs
2020-07-27 19:51:13 -05:00

8 lines
207 B
Rust

//! 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;