summary refs log tree commit diff
path: root/src/libstd/os/vxworks/raw.rs
blob: 29a0af5645ee1f4d052b507a4644dd3e1c0968e5 (plain)
1
2
3
4
5
6
7
//! 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;