diff options
author | Carlos O'Donell <carlos@redhat.com> | 2017-05-03 15:24:43 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2017-05-03 15:24:43 -0400 |
commit | fa17b9c72035d29d359c6ff5bb7b877f5689598b (patch) | |
tree | ec0cd461ba3715c6836e29bff359af2a0e4dd01a /ChangeLog | |
parent | b62c3815912bc679a966134affdedd3f35ae8621 (diff) | |
download | glibc-fa17b9c72035d29d359c6ff5bb7b877f5689598b.tar glibc-fa17b9c72035d29d359c6ff5bb7b877f5689598b.tar.gz glibc-fa17b9c72035d29d359c6ff5bb7b877f5689598b.tar.bz2 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-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |