]> git.proxmox.com Git - rustc.git/blob - src/liblibc/src/unix/bsd/netbsdlike/netbsd/x86_64.rs
New upstream version 1.32.0~beta.2+dfsg1
[rustc.git] / src / liblibc / src / unix / bsd / netbsdlike / netbsd / x86_64.rs
1 use PT_FIRSTMACH;
2
3 pub type c_long = i64;
4 pub type c_ulong = u64;
5 pub type c_char = i8;
6
7 pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0;
8 pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 1;
9 pub const PT_SETREGS: ::c_int = PT_FIRSTMACH + 2;
10 pub const PT_GETFPREGS: ::c_int = PT_FIRSTMACH + 3;
11 pub const PT_SETFPREGS: ::c_int = PT_FIRSTMACH + 4;