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 7f4cca7 commit cef96faCopy full SHA for cef96fa
src/unix/linux_like/linux/musl/b32/powerpc.rs
@@ -257,6 +257,9 @@ pub const MAP_STACK: ::c_int = 0x020000;
257
pub const MAP_HUGETLB: ::c_int = 0x040000;
258
pub const MAP_SYNC: ::c_int = 0x080000;
259
260
+pub const PTRACE_SYSEMU: ::c_int = 0x1d;
261
+pub const PTRACE_SYSEMU_SINGLESTEP: ::c_int = 0x1e;
262
+
263
pub const SOCK_STREAM: ::c_int = 1;
264
pub const SOCK_DGRAM: ::c_int = 2;
265
pub const SOCK_SEQPACKET: ::c_int = 5;
0 commit comments