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 6e1825a commit e1dc228Copy full SHA for e1dc228
src/queue.c
@@ -7296,7 +7296,6 @@ libdispatch_init(void)
7296
#include <sys/syscall.h>
7297
#endif
7298
7299
-#ifndef __ANDROID__
7300
#ifdef SYS_gettid
7301
DISPATCH_ALWAYS_INLINE
7302
static inline pid_t
@@ -7321,7 +7320,6 @@ _gettid(void)
7321
7320
#else
7322
#error "SYS_gettid unavailable on this system"
7323
#endif /* SYS_gettid */
7324
-#endif /* ! __ANDROID__ */
7325
7326
#define _tsd_call_cleanup(k, f) do { \
7327
if ((f) && tsd->k) ((void(*)(void*))(f))(tsd->k); \
0 commit comments