8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +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:
paulbeach 2009-06-16 14:39:57 +00:00
parent 0e95a58377
commit 8098976e89

View File

@ -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