libc 1.0.0-alpha.4

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
//! System headers (`sys/*`)

pub(crate) mod mman;
pub(crate) mod sched;
pub(crate) mod stat;
pub(crate) mod types;