diff options
author | Carlos O'Donell <carlos@redhat.com> | 2019-02-11 16:02:56 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2019-02-19 09:22:34 -0500 |
commit | b026ce1ee92de325463535c15ab5575f21b23702 (patch) | |
tree | 7426bef86a4f52e131a9415342d400541200a8aa /ChangeLog | |
parent | 8c9289b64271639661e5dbe3c19c0badc9db9cfa (diff) | |
download | glibc-b026ce1ee92de325463535c15ab5575f21b23702.tar.gz glibc-b026ce1ee92de325463535c15ab5575f21b23702.tar.xz glibc-b026ce1ee92de325463535c15ab5575f21b23702.zip |
nptl: Fix pthread_tryjoin comment.
In pthread_tryjoin if pd->tid == 0 then we will not block on a futex operation because we will immediately see the join is already complete and return. The comment is fixed to reflect that. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index de10cb598f..95765b8b98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-02-19 Carlos O'Donell <carlos@redhat.com> + + * nptl/pthread_tryjoin.c: Fix comment. + 2019-02-18 Joseph Myers <joseph@codesourcery.com> [BZ #24231] |