From: Thomas Bushnell, BSG Date: Thu, 12 Sep 1996 21:52:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: cvs/libc-960913~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f33b97f91391579f28d9346967d713345790eaeb;p=thirdparty%2Fglibc.git *** empty log message *** Thu Sep 12 12:33:52 1996 Thomas Bushnell, n/BSG * stdio-common/vfprintf.c: Include . * stdio-common/vfscanf.c: Likewise. * sysdeps/mach/libc-lock.h (__libc_cleanup_region_start): New macro. (__libc_cleanup_region_end): New macro. * stdio-common/vfscanf.c (UNLOCK_STREAM) [! USE_IN_LIBIO]: Call __libc_cleanup_region_end, not __libc_cleanup_region_start. --- diff --git a/ChangeLog b/ChangeLog index eeeb620359a..4b466de74db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Sep 12 12:33:52 1996 Thomas Bushnell, n/BSG + + * stdio-common/vfprintf.c: Include . + * stdio-common/vfscanf.c: Likewise. + + * sysdeps/mach/libc-lock.h (__libc_cleanup_region_start): New + macro. + (__libc_cleanup_region_end): New macro. + + * stdio-common/vfscanf.c (UNLOCK_STREAM) [! USE_IN_LIBIO]: Call + __libc_cleanup_region_end, not __libc_cleanup_region_start. + Thu Sep 12 03:35:27 1996 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/Dist: Remove init-first.h. diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index f5a1e23ca9c..d27bbdbf577 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */ #include #include #include +#include #include "_itoa.h" #include "../locale/localeinfo.h"