From: Ulrich Drepper Date: Fri, 10 Aug 2001 21:41:30 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_4~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad4a4b3ef5b920e7f60cc0410a0c74453327ef7;p=thirdparty%2Fglibc.git Update. 2001-08-10 Ulrich Drepper * 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. --- diff --git a/ChangeLog b/ChangeLog index 74434593a9b..41c5cb943a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-08-10 Ulrich Drepper + + * 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 * stdio-common/stdio_ext.h: Fix typo.