summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-10 21:41:30 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-10 21:41:30 +0000
commitdad4a4b3ef5b920e7f60cc0410a0c74453327ef7 (patch)
tree359c0f6c7c056c61b1f7d71febc07479a9a9c409
parent0d875352b73d4e50c4a578a706378b3e51885126 (diff)
downloadglibc-dad4a4b3ef5b920e7f60cc0410a0c74453327ef7.tar.gz
glibc-dad4a4b3ef5b920e7f60cc0410a0c74453327ef7.tar.xz
glibc-dad4a4b3ef5b920e7f60cc0410a0c74453327ef7.zip
Update.
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.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74434593a9..41c5cb943a 100644
--- 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.