summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2003-03-26 16:16:39 +0000
committerSteve Huston <shuston@riverace.com>2003-03-26 16:16:39 +0000
commitd957088a3143a8dd5a1421c3c5b641bb7c54e507 (patch)
treea153e4bec50a8404674c1c94bebe1fe6f92e59f3 /ace
parent4c0f0f62cc9bd6345e9324af474d67e12125ce94 (diff)
downloadATCD-d957088a3143a8dd5a1421c3c5b641bb7c54e507.tar.gz
ChangeLogTag:Thu Mar 20 19:50:36 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace')
-rw-r--r--ace/OS.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/OS.i b/ace/OS.i
index 118e26ae371..404db5f3222 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -2630,8 +2630,9 @@ ACE_OS::recursive_mutex_cond_unlock (ACE_recursive_thread_mutex_t *m,
state.relock_count_ = 0;
while (m->LockCount > 0
# if !defined (ACE_HAS_WINCE) /* WinCE doesn't have RecursionCount */
- && m->RecursionCount > 1)
+ && m->RecursionCount > 1
# endif
+ )
{
// This may fail if the current thread doesn't own the mutex. If it
// does fail, it'll be on the first try, so don't worry about resetting