Replaced by PTHREAD_MUTEX_INITIALIZER by pthread_mutex_init(...,NULL) because...
Replaced by PTHREAD_MUTEX_INITIALIZER by pthread_mutex_init(...,NULL) because strict C compiler like Sun's cc failed to compile PTHREAD_MUTEX_INITIALIZER on 32-bit linux because PTHREAD_MUTEX_INITIALIZER is implemented with C++ feature on 32bit linux.
Please register or sign in to comment