diff options
author | Torvald Riegel <triegel@redhat.com> | 2015-02-15 17:33:31 +0100 |
---|---|---|
committer | Torvald Riegel <triegel@redhat.com> | 2015-02-16 18:11:14 +0100 |
commit | 35264d14426e1e3ca7b595db1de76208374b56e3 (patch) | |
tree | 84bf5dd295d459d78fc5f564d02b71c0ab22a01c /ChangeLog | |
parent | 6f49e32aa5c7c188b6b8e78a91636eb5ee2e1841 (diff) | |
download | glibc-35264d14426e1e3ca7b595db1de76208374b56e3.tar.gz glibc-35264d14426e1e3ca7b595db1de76208374b56e3.tar.xz glibc-35264d14426e1e3ca7b595db1de76208374b56e3.zip |
Make error checking effective in nptl/tst-cond25.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a0f0ae290d..78fe389f28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-02-16 Torvald Riegel <triegel@redhat.com> + + * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is + acquired. + 2015-02-15 Matthew Fortune <Matthew.Fortune@imgtec.com> [BZ #17792] |