diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7e23907a78..8de1641e3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2014-11-20 Torvald Riegel <triegel@redhat.com> + * nptl/pthread_once.c (clear_once_control, __pthread_once_slow, + __pthread_once): Use C11 atomics. + +2014-11-20 Torvald Riegel <triegel@redhat.com> + * csu/tst-atomic.c (do_test): Add tests for C11-like atomics. 2014-11-20 Torvald Riegel <triegel@redhat.com> |