From a990de90fe41456a23e58bd087d2f107d321f3a1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 19 Jul 2024 16:37:58 +0400 Subject: Deleted vendor folder --- vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86.rs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86.rs (limited to 'vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86.rs') diff --git a/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86.rs b/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86.rs deleted file mode 100644 index e87d0ff..0000000 --- a/vendor/libc/src/unix/bsd/netbsdlike/openbsd/x86.rs +++ /dev/null @@ -1,16 +0,0 @@ -pub type c_long = i32; -pub type c_ulong = u32; -pub type c_char = i8; - -// should be pub(crate), but that requires Rust 1.18.0 -cfg_if! { - if #[cfg(libc_const_size_of)] { - #[doc(hidden)] - pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; - } else { - #[doc(hidden)] - pub const _ALIGNBYTES: usize = 4 - 1; - } -} - -pub const _MAX_PAGE_SHIFT: u32 = 12; -- cgit v1.2.3