home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stl453up.zip / stl453fx / zOSv1r2_DIFFS / stlport-stl-_pthread_alloc.c < prev    next >
Text File  |  2002-04-29  |  742b  |  16 lines

  1. 74,75c74
  2. <     //TORLAB DEBUG original if (_S_key_initialized && (__result = (__state_type*) pthread_getspecific(_S_key)))
  3. <     if (_S_key_initialized && (__result = (__state_type*) pthread_getspecific(_S_key, &__result))) //TORLAB DEBUG changed
  4. ---
  5. >     if (_S_key_initialized && (__result = (__state_type*) pthread_getspecific(_S_key)))
  6. 81,82c80
  7. <     //TORLAB DEBUG original if (pthread_key_create(&_S_key, _S_destructor)) {
  8. <     if (pthread_key_create(&_S_key, (void *) _S_destructor)) {//TORLAB DEBUG changed
  9. ---
  10. >       if (pthread_key_create(&_S_key, _S_destructor)) {
  11. 134,135c132
  12. <         //TORLAB DEBUG original pthread_getspecific(_S_key);
  13. <         pthread_getspecific(_S_key, &__a); //TORLAB DEBUG changed
  14. ---
  15. >             pthread_getspecific(_S_key);
  16.