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_m68k.rs,v 1.1 2026/05/07 13:16:15 wiz Exp $ Add cpu-specific file for m68k on NetBSD. --- /dev/null 2026-04-16 15:19:59.503167932 +0000 +++ vendor/libc-0.2.183/src/unix/bsd/netbsdlike/netbsd/m68k.rs 2026-04-16 15:19:11.760619011 +0000 @@@@ -0,0 +1,10 @@@@ +use crate::prelude::*; +use crate::PT_FIRSTMACH; + +pub type __cpu_simple_lock_nv_t = u8; + +pub(crate) const _ALIGNBYTES: usize = size_of::() - 1; + +pub const PT_STEP: c_int = PT_FIRSTMACH + 0; +pub const PT_GETREGS: c_int = PT_FIRSTMACH + 1; +pub const PT_SETREGS: c_int = PT_FIRSTMACH + 2; @