mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 19:20:33 +00:00
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>