aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ac61247..1bdcdd9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,15 @@
+2013-01-07 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * thread.cc (pthread_rwlock::add_reader): Perform new operation here
+ and return pointer to allocated RWLOCK_READER structure.
+ (pthread_rwlock::rdlock): Reorganize to reflect new add_reader
+ functionality.
+ (pthread_rwlock::tryrdlock): Ditto. Remove unneeded call to
+ lookup_reader().
+ * thread.h (pthread_rwlock::RWLOCK_READER::RWLOCK_READER): New
+ constructor.
+ (pthread_rwlock::add_reader): Reflect new functionality.
+
2013-01-03 Christopher Faylor <me.cygwin2013@cgf.cx>
* globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first,