mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-12 22:07:29 +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>