rust/src/libstd/sys_common/gnu
Alex Crichton 5c3fe111d4 std: Avoid use of libc in portable modules
This commit removes usage of the `libc` crate in "portable" modules like
those at the top level and `sys_common`. Instead common types like `*mut
u8` or `u32` are used instead of `*mut c_void` or `c_int` as well as
switching to platform-specific functions like `sys::strlen` instead of
`libc::strlen`.
2017-11-09 07:56:44 -08:00
..
libbacktrace.rs std: Avoid use of libc in portable modules 2017-11-09 07:56:44 -08:00
mod.rs std: Move sys_common to libstd/sys_common 2016-11-01 17:08:24 +00:00