Revision control

Copy as Markdown

Other Tools

//! Directory: `sys/`
//!
pub(crate) mod signal;
/// Directory: `sys/_types`
///
pub(crate) mod _types {
pub(crate) mod _ucontext;
}
// Bit of a hack since the directories get merged and we can't have >1 sys module.
pub(crate) use crate::new::apple::libpthread::sys::*;