Skip to content

Commit e2e202c

Browse files
committed
x86_64-musl: support the PTRACE_SYSEMU family
1 parent e06d905 commit e2e202c

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

src/unix/linux_like/linux/musl/b64/x86_64/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,9 @@ pub const O_RSYNC: ::c_int = 1052672;
682682
pub const O_DSYNC: ::c_int = 4096;
683683
pub const O_ASYNC: ::c_int = 0x2000;
684684

685+
pub const PTRACE_SYSEMU: ::c_int = 31;
686+
pub const PTRACE_SYSEMU_SINGLESTEP: ::c_int = 32;
687+
685688
pub const SIGSTKSZ: ::size_t = 8192;
686689
pub const MINSIGSTKSZ: ::size_t = 2048;
687690

0 commit comments

Comments
 (0)