This commit is contained in:
David Rose 2006-02-08 07:13:22 +00:00
parent 0405754d17
commit e16fabea35
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ release() const {
////////////////////////////////////////////////////////////////////
INLINE bool ReMutex::
debug_is_locked() const {
return is_locked();
return true;
}
#endif // !THREAD_DUMMY_IMPL || CHECK_REENTRANT_MUTEX