]> git.proxmox.com Git - cargo.git/blob - vendor/libc/src/unix/bsd/netbsdlike/netbsd/sparc64.rs
New upstream version 0.33.0
[cargo.git] / vendor / libc / src / unix / bsd / netbsdlike / netbsd / sparc64.rs
1 pub type c_long = i64;
2 pub type c_ulong = u64;
3 pub type c_char = i8;
4 pub type __cpu_simple_lock_nv_t = ::c_uchar;
5
6 // should be pub(crate), but that requires Rust 1.18.0
7 #[doc(hidden)]
8 pub const _ALIGNBYTES: usize = 0xf;