Skip to content

Commit 60b3138

Browse files
committed
powerpc64-musl: support the PTRACE_SYSEMU family
1 parent cef96fa commit 60b3138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ pub const MAP_STACK: ::c_int = 0x020000;
173173
pub const MAP_HUGETLB: ::c_int = 0x040000;
174174
pub const MAP_SYNC: ::c_int = 0x080000;
175175

176+
pub const PTRACE_SYSEMU: ::c_int = 0x1d;
177+
pub const PTRACE_SYSEMU_SINGLESTEP: ::c_int = 0x1e;
178+
176179
pub const SOCK_STREAM: ::c_int = 1;
177180
pub const SOCK_DGRAM: ::c_int = 2;
178181

0 commit comments

Comments
 (0)