summary refs log tree commit diff
path: root/src/libstd/sys/vxworks/ext/raw.rs
blob: 1f134f4e2d1bddd7bc427099fbf562b158a0717a (plain)
1
2
3
4
5
#![stable(feature = "raw_ext", since = "1.1.0")]

#[doc(inline)]
#[stable(feature = "pthread_t", since = "1.8.0")]
pub use crate::sys::platform::raw::pthread_t;