diff options
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index eb84863588..f59c3d720e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,6 +1,10 @@ -2012-08-15 Roland McGrath <roland@hack.frob.com> +2012-08-31 Joseph Myers <joseph@codesourcery.com> -2012-08-15 Roland McGrath <roland@hack.frob.com> + [BZ #14532] + * sysdeps/unix/sysv/linux/sem_post.c (__new_sem_post): Use + atomic_compare_and_exchange_bool_rel. + * tst-sem14.c: New file. + * Makefile (tests): Add tst-sem14. 2012-08-15 Roland McGrath <roland@hack.frob.com> |