]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_codegen_llvm/src/back/archive.rs
Rollup merge of #105524 - Ayush1325:libc-free, r=ChrisDenton
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 28 Jan 2023 10:11:06 +0000 (11:11 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Jan 2023 10:11:06 +0000 (11:11 +0100)
commit45430a5351f9aeaa16c1f6e0d19444be3555f43f
treec55014ae6993d5833451fa39f979358a0642f3d2
parent36ef4f15d3eb03d6a99657d13ef06209263c2cf9
parentc50d3e28ab0bfaedd1f0f90a376e6f93e4e83c62
Rollup merge of #105524 - Ayush1325:libc-free, r=ChrisDenton

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>