diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-05-19 15:04:41 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-05-19 15:04:41 -0700 |
commit | 88ed594f5d431d855256edbe7e886c8cf4b575dc (patch) | |
tree | 32b8ea30f6e6aa95290817dc911978738371c5a2 /ChangeLog | |
parent | 654055e09332a0be9a2f0439dbc052e6a82f448a (diff) | |
download | glibc-88ed594f5d431d855256edbe7e886c8cf4b575dc.tar glibc-88ed594f5d431d855256edbe7e886c8cf4b575dc.tar.gz glibc-88ed594f5d431d855256edbe7e886c8cf4b575dc.tar.bz2 glibc-88ed594f5d431d855256edbe7e886c8cf4b575dc.zip |
BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2015-05-19 Roland McGrath <roland@hack.frob.com> + + [BZ #18434] + * nptl/tst-sem15.c: New file. + * nptl/Makefile (tests): Add it. + * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]: + s/<</>>/ to fix typo in EOVERFLOW check. + * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise. + 2015-05-19 Siddhesh Poyarekar <siddhesh@redhat.com> * manual/strings.texi (envz_remove): Fix typo in safety |