diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-04-04 03:44:42 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-04-04 03:44:42 +0000 |
commit | 3f49613b57c8ac452d3109c4ae083bab09234fed (patch) | |
tree | 7dad680229e403dccf837a655e249cf19e8ccff5 /ace | |
parent | 7da4b051e11d61b33aabfddd514e73ec32b51e7a (diff) | |
download | ATCD-3f49613b57c8ac452d3109c4ae083bab09234fed.tar.gz |
* ace/OS.i (mutex_init): Removed errant open-brace ('{'). Thanks
to Chuck Gehr (gehr@sweng.stortek.com) for the fix!
Diffstat (limited to 'ace')
-rw-r--r-- | ace/OS.i | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1019,7 +1019,6 @@ ACE_OS::mutex_init (ACE_mutex_t *m, if (::pthread_mutexattr_init (&attributes) == 0 #if defined (ACE_HAS_PTHREAD_MUTEXATTR_SETKIND_NP) && ::pthread_mutexattr_setkind_np (&attributes, type) == 0) - { #endif /* ACE_HAS_PTHREAD_MUTEXATTR_SETKIND_NP */ && ::pthread_mutex_init (m, &attributes) == 0) { |