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

Diff for /pegasus/src/Pegasus/Common/Platform_ZOS_ZSERIES_IBM.h between version 1.33.6.1 and 1.34

version 1.33.6.1, 2007/09/11 16:32:43 version 1.34, 2008/05/16 09:03:47
Line 85 
Line 85 
  
 #define PEGASUS_HAVE_PTHREADS #define PEGASUS_HAVE_PTHREADS
  
 #define PEGASUS_HAVE_RECURSIVE_MUTEXES  
   
 // use the NON-POSIX conform interface version if required // use the NON-POSIX conform interface version if required
 // to avoid lots of ifdefs for z/OS // to avoid lots of ifdefs for z/OS
 #define pthread_getspecific(x) pthread_getspecific_d8_np(x); #define pthread_getspecific(x) pthread_getspecific_d8_np(x);
Line 94 
Line 92 
 #ifndef _CMPIR_PROXY_PROVIDER_H_ #ifndef _CMPIR_PROXY_PROVIDER_H_
 // use my own snprintf implementation using sprintf mapping // use my own snprintf implementation using sprintf mapping
 // until the Java SDK is fixed to work with _ISOC99_SOURCE // until the Java SDK is fixed to work with _ISOC99_SOURCE
   // ATTN: a local definition of _ISOC99_SOURCE resides in
   //       TraceLogHandler.cpp
 inline int snprintf(char *sptr, size_t len, const char* form, ...) inline int snprintf(char *sptr, size_t len, const char* form, ...)
 { {
     int returnvalue;     int returnvalue;


Legend:
Removed from v.1.33.6.1  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2