File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -7232,7 +7232,6 @@ libdispatch_init(void)
7232
7232
#include <sys/syscall.h>
7233
7233
#endif
7234
7234
7235
- #ifndef __ANDROID__
7236
7235
#ifdef SYS_gettid
7237
7236
DISPATCH_ALWAYS_INLINE
7238
7237
static inline pid_t
@@ -7257,7 +7256,6 @@ _gettid(void)
7257
7256
#else
7258
7257
#error "SYS_gettid unavailable on this system"
7259
7258
#endif /* SYS_gettid */
7260
- #endif /* ! __ANDROID__ */
7261
7259
7262
7260
#define _tsd_call_cleanup (k , f ) do { \
7263
7261
if ((f) && tsd->k) ((void(*)(void*))(f))(tsd->k); \
Original file line number Diff line number Diff line change @@ -7839,7 +7839,6 @@ libdispatch_init(void)
7839
7839
#include <sys/syscall.h>
7840
7840
#endif
7841
7841
7842
- #ifndef __ANDROID__
7843
7842
#ifdef SYS_gettid
7844
7843
DISPATCH_ALWAYS_INLINE
7845
7844
static inline pid_t
@@ -7864,7 +7863,6 @@ _gettid(void)
7864
7863
#else
7865
7864
#error "SYS_gettid unavailable on this system"
7866
7865
#endif /* SYS_gettid */
7867
- #endif /* ! __ANDROID__ */
7868
7866
7869
7867
#define _tsd_call_cleanup(k, f) do { \
7870
7868
if ((f) && tsd->k) ((void(*)(void*))(f))(tsd->k); \
You can’t perform that action at this time.
0 commit comments