From e48d897da9fc94fa6a0101cb74b1ec1554a1493e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Feb 2004 20:10:14 +0000 Subject: [PATCH] [BZ #7] #Update. 2004-02-09 Ulrich Drepper * 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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f832251..5a83d4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +2004-02-09 Ulrich Drepper + + * 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 - PR 7 - * sysdeps/x86_64/memcpy.S: Fix alignment. + * sysdeps/x86_64/memcpy.S: Fix alignment [BZ #7]. Patch by Jan Beulich . 2004-02-09 Andreas Schwab -- 2.7.4