4.2 pthread_rwlock_* support
Does Sun CC compiler below supports the pthread_rwlock_* calls?
CC: WorkShop Compilers 4.2 16 Jun 1998 C++ 4.2 patch 104631-07
The errors reported are:
"file.cxx", line 42: Error: The function pthread_rwlock_init must have a prototype.
"file.cxx", line 42: Error: rwHdrLock is not defined.
"file.cxx", line 104: Error: The function pthread_rwlock_destroy must have a prototype.
"file.cxx", line 104: Error: rwHdrLock is not defined.

