diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-13 22:30:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-13 22:30:13 +0000 |
commit | 9e055888020fb6e710ea0896d8b0cb7af42ce9e1 (patch) | |
tree | 429032cb2cd4bbebb73c11cd970274579ee1397c /ace/Synch.cpp | |
parent | 695862786e2f4912812661a83ad338584d8351bb (diff) | |
download | ATCD-9e055888020fb6e710ea0896d8b0cb7af42ce9e1.tar.gz |
foo
Diffstat (limited to 'ace/Synch.cpp')
-rw-r--r-- | ace/Synch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Synch.cpp b/ace/Synch.cpp index 415e5ac8e1a..c8fb75545ab 100644 --- a/ace/Synch.cpp +++ b/ace/Synch.cpp @@ -469,7 +469,7 @@ ACE_Recursive_Thread_Mutex::ACE_Recursive_Thread_Mutex (LPCTSTR name, // If called more than once, pthread_init does nothing // and so does no harm. pthread_init (); -#endif // ACE_HAS_FSU_PTHREADS +#endif /* ACE_HAS_FSU_PTHREADS */ // ACE_TRACE ("ACE_Recursive_Thread_Mutex::ACE_Recursive_Thread_Mutex"); } @@ -613,7 +613,7 @@ ACE_Condition_Thread_Mutex::ACE_Condition_Thread_Mutex (const ACE_Thread_Mutex & // If called more than once, pthread_init does nothing // and so does no harm. pthread_init (); -#endif // ACE_HAS_FSU_PTHREADS +#endif /* ACE_HAS_FSU_PTHREADS */ // ACE_TRACE ("ACE_Condition_Thread_Mutex::ACE_Condition_Thread_Mutex"); if (ACE_OS::cond_init (&this->cond_, USYNC_THREAD, name, arg) != 0) |