rust/library/std/src/sys
Ayush Singh c50d3e28ab
Replace libc::{type} with crate::ffi::{type}
Replace libc::{type} imports with crate::ffi::{type} outside of
`std::sys` and `std::os`.

Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
2023-01-28 11:24:13 +05:30
..
common Remove redundant all in cfg 2022-11-26 09:31:40 +00:00
hermit refactor[std]: do not use box syntax 2023-01-17 14:08:35 +01:00
itron Remove various double spaces in source comments. 2023-01-14 17:22:04 +01:00
sgx std: rename Parker::new to Parker::new_in_place, add safe Parker::new constructor for SGX 2022-12-30 15:49:47 +01:00
solid refactor[std]: do not use box syntax 2023-01-17 14:08:35 +01:00
unix Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum 2023-01-26 07:53:22 +01:00
unsupported Auto merge of #105698 - joboet:unsupported_threads_once, r=thomcc 2022-12-19 16:46:57 +00:00
wasi std: use a more efficient Once on platforms without threads 2022-12-14 13:55:30 +01:00
wasm std: use a more efficient Once on platforms without threads 2022-12-14 13:55:30 +01:00
windows Replace libc::{type} with crate::ffi::{type} 2023-01-28 11:24:13 +05:30
mod.rs Reduce CString allocations in std as much as possible 2022-10-03 11:13:17 -07:00