diff --git a/src/common/classes/fb_tls.h b/src/common/classes/fb_tls.h index fd78d77753..4f24949c36 100644 --- a/src/common/classes/fb_tls.h +++ b/src/common/classes/fb_tls.h @@ -36,6 +36,10 @@ // // TLS variable type should be smaller than size of pointer to stay portable +#ifdef SOLARIS_MT +#undef HAVE___THREAD +#endif + #if !defined(MULTI_THREAD) // Single-threaded case # define TLS_DECLARE(TYPE, NAME) TYPE NAME