We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef96fa commit 60b3138Copy full SHA for 60b3138
src/unix/linux_like/linux/musl/b64/powerpc64.rs
@@ -173,6 +173,9 @@ pub const MAP_STACK: ::c_int = 0x020000;
173
pub const MAP_HUGETLB: ::c_int = 0x040000;
174
pub const MAP_SYNC: ::c_int = 0x080000;
175
176
+pub const PTRACE_SYSEMU: ::c_int = 0x1d;
177
+pub const PTRACE_SYSEMU_SINGLESTEP: ::c_int = 0x1e;
178
+
179
pub const SOCK_STREAM: ::c_int = 1;
180
pub const SOCK_DGRAM: ::c_int = 2;
181
0 commit comments