Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 10 Aug 2001 21:41:30 +0000 (21:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 10 Aug 2001 21:41:30 +0000 (21:41 +0000)
2001-08-10  Ulrich Drepper  <drepper@redhat.com>

* libio/iovdprintf.c (_IO_vdprintf): Call __fsetlocking for temporary
stream.
* libio/obprintf.c (_IO_obstack_vprintf): Likewise.
* libio/strops.c (_IO_str_init_static): Likewise.
* libio/vasprintf.c (_IO_vasprintf): Likewise.
* libio/wstrops.c (_IO_wstr_init_static): Likewise.

ChangeLog

index 7443459..41c5cb9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-08-10  Ulrich Drepper  <drepper@redhat.com>
+
+       * libio/iovdprintf.c (_IO_vdprintf): Call __fsetlocking for temporary
+       stream.
+       * libio/obprintf.c (_IO_obstack_vprintf): Likewise.
+       * libio/strops.c (_IO_str_init_static): Likewise.
+       * libio/vasprintf.c (_IO_vasprintf): Likewise.
+       * libio/wstrops.c (_IO_wstr_init_static): Likewise.
+
 2001-08-10  Andreas Jaeger  <aj@suse.de>
 
        * stdio-common/stdio_ext.h: Fix typo.