Sha256: 42f66be7650e95398a3687886db5053e55c77dc04eb139315bebf9668b2bed68
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
use crate::prelude::*; use crate::PT_FIRSTMACH; pub type c_long = i32; pub type c_ulong = u32; pub type c_char = u8; pub type __cpu_simple_lock_nv_t = c_int; pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 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;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-29.0.0 | ./ext/cargo-vendor/libc-0.2.169/src/unix/bsd/netbsdlike/netbsd/powerpc.rs |
wasmtime-28.0.0 | ./ext/cargo-vendor/libc-0.2.169/src/unix/bsd/netbsdlike/netbsd/powerpc.rs |