about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-20 19:44:18 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-20 19:44:18 +0000
commit6848aba6c3bf14ba5ed39a6edb1187c831d19fff (patch)
treebc8fbf65864e81e7e5ba5a4e2de98960ab780eac
parent972209dd7a4df65e335ca1f9200929e412c0871c (diff)
downloadglibc-6848aba6c3bf14ba5ed39a6edb1187c831d19fff.tar.gz
glibc-6848aba6c3bf14ba5ed39a6edb1187c831d19fff.tar.xz
glibc-6848aba6c3bf14ba5ed39a6edb1187c831d19fff.zip
Update.
2003-03-20  Ulrich Drepper  <drepper@redhat.com>

	* include/atomic.h (atomic_decrement_if_positive): Adjust for the
	correct atomic_compare_and_exchange_acq semantics.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba8629dad4..137126d5bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-20  Ulrich Drepper  <drepper@redhat.com>
+
+	* include/atomic.h (atomic_decrement_if_positive): Adjust for the
+	correct atomic_compare_and_exchange_acq semantics.
+
 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
 
 	* sysdeps/mips/ieee754.h: Remove excess #endif.