We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b3138 commit b4aacbeCopy full SHA for b4aacbe
src/unix/linux_like/linux/musl/b64/s390x.rs
@@ -179,6 +179,9 @@ pub const MAP_STACK: ::c_int = 0x020000;
179
pub const MAP_HUGETLB: ::c_int = 0x040000;
180
pub const MAP_SYNC: ::c_int = 0x080000;
181
182
+pub const PTRACE_SYSEMU: ::c_int = 31;
183
+pub const PTRACE_SYSEMU_SINGLESTEP: ::c_int = 32;
184
+
185
pub const EDEADLOCK: ::c_int = 35;
186
pub const ENAMETOOLONG: ::c_int = 36;
187
pub const ENOLCK: ::c_int = 37;
0 commit comments