about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorvald Riegel <triegel@redhat.com>2014-10-20 20:25:40 +0200
committerTorvald Riegel <triegel@redhat.com>2014-11-20 11:59:52 +0100
commit1eccfecd40a6b7e228154e4c616902e22ca10c41 (patch)
tree04dd29a0204426baae51f7bfd04af2cc74039016 /ChangeLog
parentff8714269c9312d9164456279a56b6f6c47e2771 (diff)
downloadglibc-1eccfecd40a6b7e228154e4c616902e22ca10c41.tar.gz
glibc-1eccfecd40a6b7e228154e4c616902e22ca10c41.tar.xz
glibc-1eccfecd40a6b7e228154e4c616902e22ca10c41.zip
Add tests for C11-like atomic operations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a7c783508..7e23907a78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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>
+
 	* include/atomic.h (__atomic_link_error, __atomic_check_size,
 	atomic_thread_fence_acquire, atomic_thread_fence_release,
 	atomic_thread_fence_seq_cst, atomic_load_relaxed,