(file) Return to Mutex.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Mutex.cpp between version 1.14 and 1.15

version 1.14, 2008/09/16 18:37:03 version 1.15, 2008/11/14 13:46:20
Line 194 
Line 194 
     PEGASUS_ASSERT(rc == 0);     PEGASUS_ASSERT(rc == 0);
 } }
  
 #if defined(PEGASUS_OS_LINUX) || \  #if defined(PEGASUS_OS_LINUX)
     (defined(PEGASUS_OS_ZOS) && !(__TARGET_LIB__ < 0x41090000))  
 void Mutex::reinitialize() void Mutex::reinitialize()
 { {
     pthread_mutex_init(&_rep.mutex, &_attr);     pthread_mutex_init(&_rep.mutex, &_attr);


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2