Skip to content

Commit a498085

Browse files
committed
Remove existing shadowed PTRACE_GETREGS/PTRACE_SETREGS
1 parent 775936e commit a498085

File tree

1 file changed

+0
-2
lines changed
  • src/unix/linux_like/android/b32

1 file changed

+0
-2
lines changed

src/unix/linux_like/android/b32/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ pub const RTLD_DEFAULT: *mut ::c_void = -1isize as *mut ::c_void;
203203

204204
pub const PTRACE_GETFPREGS: ::c_int = 14;
205205
pub const PTRACE_SETFPREGS: ::c_int = 15;
206-
pub const PTRACE_GETREGS: ::c_int = 12;
207-
pub const PTRACE_SETREGS: ::c_int = 13;
208206

209207
pub const PTHREAD_MUTEX_INITIALIZER: pthread_mutex_t = pthread_mutex_t { value: 0 };
210208
pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t { value: 0 };

0 commit comments

Comments
 (0)