[BZ #7]
authorUlrich Drepper <drepper@redhat.com>
Mon, 9 Feb 2004 20:10:14 +0000 (20:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 9 Feb 2004 20:10:14 +0000 (20:10 +0000)
#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].

ChangeLog

index f832251..5a83d4e 100644 (file)
--- 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>