mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Forgotten to port from previous. This ifdef must be here for Solaris (sparc) otherwise we get ld fatal: relocation error R_SPARC_GOT22, relocation illegal for TLS symbol in jrd.cpp
This commit is contained in:
parent
0e95a58377
commit
8098976e89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user