Skip to content

Commit 381a445

Browse files
committed
Remove duplicate SYS_gettid
1 parent b9166f4 commit 381a445

File tree

1 file changed

+0
-1
lines changed
  • src/unix/notbsd/android/b32

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ pub const PTRACE_SETFPREGS: ::c_int = 15;
141141
pub const PTRACE_GETREGS: ::c_int = 12;
142142
pub const PTRACE_SETREGS: ::c_int = 13;
143143

144-
pub const SYS_gettid: ::c_long = 224;
145144
pub const PTHREAD_MUTEX_INITIALIZER: pthread_mutex_t = pthread_mutex_t {
146145
value: 0,
147146
};

0 commit comments

Comments
 (0)