Skip to content

Commit b4aacbe

Browse files
committed
s930x-musl: support the PTRACE_SYSEMU family
1 parent 60b3138 commit b4aacbe

File tree

1 file changed

+3
-0
lines changed
  • src/unix/linux_like/linux/musl/b64

1 file changed

+3
-0
lines changed

src/unix/linux_like/linux/musl/b64/s390x.rs

+3
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ pub const MAP_STACK: ::c_int = 0x020000;
179179
pub const MAP_HUGETLB: ::c_int = 0x040000;
180180
pub const MAP_SYNC: ::c_int = 0x080000;
181181

182+
pub const PTRACE_SYSEMU: ::c_int = 31;
183+
pub const PTRACE_SYSEMU_SINGLESTEP: ::c_int = 32;
184+
182185
pub const EDEADLOCK: ::c_int = 35;
183186
pub const ENAMETOOLONG: ::c_int = 36;
184187
pub const ENOLCK: ::c_int = 37;

0 commit comments

Comments
 (0)