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 970291ac3..077111f48 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2002-09-29 Christopher Faylor <cgf@redhat.com> + + * thread.cc: Use "%E" in *_printf throughout rather than calling + GetLastError. GNUify comments. + (__pthread_mutex_lock): Don't return error on EBUSY since that just + means that the mutex has already been initialized. + 2002-09-30 Robert Collins <rbtcollins@hotmail.com> * pthread.cc (pthread_mutex_init): Use new pthread_mutex::init. |