(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.28 and 1.29

version 1.28, 2006/09/05 17:13:09 version 1.29, 2006/10/27 22:08:22
Line 103 
Line 103 
 // 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);
  
   #ifndef _REMOTE_CMPI_REMOTE_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
 inline int snprintf(char *sptr, size_t len, const char* form, ...) inline int snprintf(char *sptr, size_t len, const char* form, ...)
Line 114 
Line 115 
     va_end(arguments);     va_end(arguments);
     return returnvalue;     return returnvalue;
 } }
   #endif
  
 #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */ #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */


Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2