#endif
#endif
-ZLIB_INTERNAL __thread struct functable_s functable;
+ZLIB_INTERNAL Z_TLS struct functable_s functable;
ZLIB_INTERNAL void cpu_check_features(void)
{
}
/* functable init */
-ZLIB_INTERNAL __thread struct functable_s functable = {
+ZLIB_INTERNAL Z_TLS struct functable_s functable = {
insert_string_stub,
quick_insert_string_stub,
adler32_stub,
uint8_t* (* chunkmemset_safe) (uint8_t *out, unsigned dist, unsigned len, unsigned left);
};
-ZLIB_INTERNAL extern __thread struct functable_s functable;
+ZLIB_INTERNAL extern Z_TLS struct functable_s functable;
#endif