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 e06d905 commit e2e202cCopy full SHA for e2e202c
src/unix/linux_like/linux/musl/b64/x86_64/mod.rs
@@ -682,6 +682,9 @@ pub const O_RSYNC: ::c_int = 1052672;
682
pub const O_DSYNC: ::c_int = 4096;
683
pub const O_ASYNC: ::c_int = 0x2000;
684
685
+pub const PTRACE_SYSEMU: ::c_int = 31;
686
+pub const PTRACE_SYSEMU_SINGLESTEP: ::c_int = 32;
687
+
688
pub const SIGSTKSZ: ::size_t = 8192;
689
pub const MINSIGSTKSZ: ::size_t = 2048;
690
0 commit comments