Skip to content

Commit 76759d6

Browse files
committed
Remove the definitions from submodules
1 parent dba08fa commit 76759d6

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

src/unix/notbsd/linux/musl/mod.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,6 @@ pub const PTRACE_INTERRUPT: ::c_int = 0x4207;
185185
pub const PTRACE_LISTEN: ::c_int = 0x4208;
186186
pub const PTRACE_PEEKSIGINFO: ::c_int = 0x4209;
187187

188-
pub const PTRACE_O_EXITKILL: ::c_int = 1048576;
189-
pub const PTRACE_O_TRACECLONE: ::c_int = 8;
190-
pub const PTRACE_O_TRACEEXEC: ::c_int = 16;
191-
pub const PTRACE_O_TRACEEXIT: ::c_int = 64;
192-
pub const PTRACE_O_TRACEFORK: ::c_int = 2;
193-
pub const PTRACE_O_TRACESYSGOOD: ::c_int = 1;
194-
pub const PTRACE_O_TRACEVFORK: ::c_int = 4;
195-
pub const PTRACE_O_TRACEVFORKDONE: ::c_int = 32;
196-
pub const PTRACE_O_SUSPEND_SECCOMP: ::c_int = 2097152;
197-
198188
pub const MADV_DODUMP: ::c_int = 17;
199189
pub const MADV_DONTDUMP: ::c_int = 16;
200190

src/unix/notbsd/linux/other/b64/x86_64.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -445,16 +445,6 @@ pub const PTRACE_GETFPXREGS: ::c_uint = 18;
445445
pub const PTRACE_SETFPXREGS: ::c_uint = 19;
446446
pub const PTRACE_GETREGS: ::c_uint = 12;
447447
pub const PTRACE_SETREGS: ::c_uint = 13;
448-
pub const PTRACE_O_EXITKILL: ::c_uint = 1048576;
449-
pub const PTRACE_O_TRACECLONE: ::c_uint = 8;
450-
pub const PTRACE_O_TRACEEXEC: ::c_uint = 16;
451-
pub const PTRACE_O_TRACEEXIT: ::c_uint = 64;
452-
pub const PTRACE_O_TRACEFORK: ::c_uint = 2;
453-
pub const PTRACE_O_TRACESYSGOOD: ::c_uint = 1;
454-
pub const PTRACE_O_TRACEVFORK: ::c_uint = 4;
455-
pub const PTRACE_O_TRACEVFORKDONE: ::c_uint = 32;
456-
pub const PTRACE_O_TRACESECCOMP: ::c_uint = 128;
457-
pub const PTRACE_O_SUSPEND_SECCOMP: ::c_uint = 2097152;
458448
pub const PTRACE_PEEKSIGINFO_SHARED: ::c_uint = 1;
459449

460450
pub const MCL_CURRENT: ::c_int = 0x0001;

0 commit comments

Comments
 (0)