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 b097fd0 commit a9eba5eCopy full SHA for a9eba5e
rpmalloc/rpmalloc.c
@@ -695,7 +695,7 @@ static pthread_key_t _memory_thread_heap;
695
# define _Thread_local __declspec(thread)
696
# define TLS_MODEL
697
# else
698
-# ifndef __HAIKU__
+# if !defined(__HAIKU__) && !defined(__ANDROID_API__)
699
# define TLS_MODEL __attribute__((tls_model("initial-exec")))
700
701
0 commit comments