8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 10:43:03 +01:00

Fixed the posix build.

This commit is contained in:
dimitr 2006-05-13 05:02:13 +00:00
parent 4f54a141bf
commit 9ff5877b36

View File

@ -4410,7 +4410,11 @@ void JRD_restore_context(void)
thread_db* tdbb = JRD_get_thread_data();
bool cleaned_up =
#ifdef MULTI_THREAD
INUSE_cleanup(&tdbb->tdbb_mutexes, (FPTR_VOID_PTR) THD_mutex_unlock);
#else
false;
#endif
ThreadData::restoreSpecific();