diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 2143aec..4c170f2 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2002-10-17 Robert Collins <rbtcollins@hotmail.com> + + * thread.h (pthread_mutex::isGoodInitializerOrBadObject): Declare. + * thread.cc (pthread_mutex::isGoodInitializerOrBadObject): Implement. + (pthread_mutex::init): Use isGoodInitializerOrBadObject to avoid + unneeded SEGV's during debugging. + 2002-10-17 Thomas Pfaff <tpfaff@gmx.net> * thread.cc (verifyable_object_isvalid): Test for static object first. |