about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-02-17 07:26:50 +0000
committerUlrich Drepper <drepper@redhat.com>2007-02-17 07:26:50 +0000
commitad0b348ce19d1692b04bc33ce445abe473278ca0 (patch)
treef9c426f1401c36c8219665214731320631432d4d /ChangeLog
parent04632864fdbd8de1553c167c44d149f17808a987 (diff)
downloadglibc-ad0b348ce19d1692b04bc33ce445abe473278ca0.tar.gz
glibc-ad0b348ce19d1692b04bc33ce445abe473278ca0.tar.xz
glibc-ad0b348ce19d1692b04bc33ce445abe473278ca0.zip
[BZ #4040]
* sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
	and 64-bit operations.

	[BZ #4040]
	* sysdeps/i386/i486/bits/atomic.h: One more change, this time for
	16-bit operations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adba905342..0a8290570c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
+	and 64-bit operations.
+
+	[BZ #4040]
+	* sysdeps/i386/i486/bits/atomic.h: One more change, this time for
+	16-bit operations.
+
 	* nscd/nscd.c (parse_opt): One more conversion to use send instead
 	of writev.