libc-rs/src
Alex Crichton 6d46b6fa5f Add a default-on "use_std" feature
This adds a `use_std` Cargo feature which disables `#![no_std]` builds of libc,
but is enabled by default. The library will currently continue to link to the
standard library to maintain backwards compatibility with the 0.2 series and
older Rust compilers for now, but this default can possible be changed in the
future.
2016-02-10 17:21:21 -08:00
..
unix SIGSTKSZ is the same on OpenBSD, Bitrig, and NetBSD 2016-02-08 13:47:02 -08:00
dox.rs Add a load of constants/definitions from nix 2015-12-16 08:16:41 -08:00
lib.rs Add a default-on "use_std" feature 2016-02-10 17:21:21 -08:00
macros.rs Add rumprun CI and get tests passing 2015-12-01 17:16:43 -08:00
windows.rs