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/mips64.rs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 vendor/libc/src/unix/bsd/netbsdlike/openbsd/mips64.rs (limited to 'vendor/libc/src/unix/bsd/netbsdlike/openbsd/mips64.rs') diff --git a/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mips64.rs b/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mips64.rs deleted file mode 100644 index 15803ce..0000000 --- a/vendor/libc/src/unix/bsd/netbsdlike/openbsd/mips64.rs +++ /dev/null @@ -1,8 +0,0 @@ -pub type c_long = i64; -pub type c_ulong = u64; -pub type c_char = i8; - -#[doc(hidden)] -pub const _ALIGNBYTES: usize = 7; - -pub const _MAX_PAGE_SHIFT: u32 = 14; -- cgit v1.2.3