head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.11.07.00.57; author wiz; state Exp; branches; next ; commitid mN7Xwg7e77gpGlJG; desc @@ 1.1 log @rust: update to 1.96.0. Packaged by he@@, jperkin@@ and pin@@ in wip. This release contains security fixes. Details for the release are at https://blog.rust-lang.org/2026/05/28/Rust-1.96.0/ @ text @$NetBSD: patch-vendor_libc-0.2.180_src_unix_bsd_netbsdlike_netbsd_mod.rs,v 1.1 2026/05/07 13:16:15 wiz Exp $ Add m68k target. --- vendor/libc-0.2.183/src/unix/bsd/netbsdlike/netbsd/mod.rs.orig 2026-04-16 15:19:35.521206884 +0000 +++ vendor/libc-0.2.183/src/unix/bsd/netbsdlike/netbsd/mod.rs @@@@ -2442,6 +2442,9 @@@@ cfg_if! { } else if #[cfg(target_arch = "riscv64")] { mod riscv64; pub use self::riscv64::*; + } else if #[cfg(target_arch = "m68k")] { + mod m68k; + pub use self::m68k::*; } else { // Unknown target_arch } @