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 775936e commit a498085Copy full SHA for a498085
src/unix/linux_like/android/b32/mod.rs
@@ -203,8 +203,6 @@ pub const RTLD_DEFAULT: *mut ::c_void = -1isize as *mut ::c_void;
203
204
pub const PTRACE_GETFPREGS: ::c_int = 14;
205
pub const PTRACE_SETFPREGS: ::c_int = 15;
206
-pub const PTRACE_GETREGS: ::c_int = 12;
207
-pub const PTRACE_SETREGS: ::c_int = 13;
208
209
pub const PTHREAD_MUTEX_INITIALIZER: pthread_mutex_t = pthread_mutex_t { value: 0 };
210
pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t { value: 0 };
0 commit comments