about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-09 20:10:14 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-09 20:10:14 +0000
commite48d897da9fc94fa6a0101cb74b1ec1554a1493e (patch)
tree74821ef75deab8ac28a092cd74490db6a20f2057
parent64f01020838a382d833254297f650d4a55933bde (diff)
downloadglibc-e48d897da9fc94fa6a0101cb74b1ec1554a1493e.tar.gz
glibc-e48d897da9fc94fa6a0101cb74b1ec1554a1493e.tar.xz
glibc-e48d897da9fc94fa6a0101cb74b1ec1554a1493e.zip
[BZ #7]
#Update.
2004-02-09  Ulrich Drepper  <drepper@redhat.com>

	* libio/genops.c (_IO_cleanup): Do not use locking when flushing
	the buffers.  Some thread might be using a stream.

	* sysdeps/x86_64/memcpy.S: Fix alignment [BZ #7].
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f83225137d..5a83d4e2cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2004-02-09  Ulrich Drepper  <drepper@redhat.com>
+
+	* libio/genops.c (_IO_cleanup): Do not use locking when flushing
+	the buffers.  Some thread might be using a stream.
+
 2004-02-09  Andreas Jaeger  <aj@suse.de>
 
-	PR 7
-	* sysdeps/x86_64/memcpy.S: Fix alignment.
+	* sysdeps/x86_64/memcpy.S: Fix alignment [BZ #7].
 	Patch by Jan Beulich <jbeulich@novell.com>.
 
 2004-02-09  Andreas Schwab  <schwab@suse.de>