summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f1fd014c6..34d90a4d6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2002-09-30 Robert Collins <rbtcollins@hotmail.com>
+
+ * thread.cc (pthread_mutex::initMutex): Use the wrapper init call.
+ (pthread_mutex::nativeMutex::init): Implement.
+ (pthread_mutex::nativeMutex::lock): Ditto.
+ (pthread_mutex::nativeMutex::unlock): Ditto.
+ (pthread_mutex::init): Use the wrapper lock and unlockcalls.
+ * thread.h (pthread_mutex): Move mutexInitializationLock into a
+ nativeMutex wrapper class.
+
2002-09-30 Christopher Faylor <cgf@redhat.com>
Remove \n from calls to strace class printfs throughout.