about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2017-05-03 15:24:43 -0400
committerCarlos O'Donell <carlos@redhat.com>2017-05-03 15:24:43 -0400
commitfa17b9c72035d29d359c6ff5bb7b877f5689598b (patch)
treeec0cd461ba3715c6836e29bff359af2a0e4dd01a /ChangeLog
parentb62c3815912bc679a966134affdedd3f35ae8621 (diff)
downloadglibc-fa17b9c72035d29d359c6ff5bb7b877f5689598b.tar.gz
glibc-fa17b9c72035d29d359c6ff5bb7b877f5689598b.tar.xz
glibc-fa17b9c72035d29d359c6ff5bb7b877f5689598b.zip
Bug 20116: Clarify behaviour of PD->lock.
Add comments to the concurrency notes to clarify the semaphore-like and
mutex-like behaviours of PD->lock.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa61e5fdb7..c2d13f1dc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2016-04-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+2017-05-03  Carlos O'Donell  <carlos@redhat.com>
+
+	[BZ #20116]
+	* nptl/pthread_create.c: Expand comments to describe
+	semaphore-like and mutex-like uses of PD->lock.
+
+2017-04-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* sysdeps/unix/sysv/linux/epoll_wait.c: New file.
 	* sysdeps/unix/sysv/linux/generic/epoll_wait.c: Remove file.