mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 18:43:02 +01:00
Fixed the posix build.
This commit is contained in:
parent
4f54a141bf
commit
9ff5877b36
@ -4410,7 +4410,11 @@ void JRD_restore_context(void)
|
|||||||
thread_db* tdbb = JRD_get_thread_data();
|
thread_db* tdbb = JRD_get_thread_data();
|
||||||
|
|
||||||
bool cleaned_up =
|
bool cleaned_up =
|
||||||
|
#ifdef MULTI_THREAD
|
||||||
INUSE_cleanup(&tdbb->tdbb_mutexes, (FPTR_VOID_PTR) THD_mutex_unlock);
|
INUSE_cleanup(&tdbb->tdbb_mutexes, (FPTR_VOID_PTR) THD_mutex_unlock);
|
||||||
|
#else
|
||||||
|
false;
|
||||||
|
#endif
|
||||||
|
|
||||||
ThreadData::restoreSpecific();
|
ThreadData::restoreSpecific();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user