From f33b97f91391579f28d9346967d713345790eaeb Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Thu, 12 Sep 1996 21:52:04 +0000 Subject: [PATCH] *** 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. --- ChangeLog | 12 ++++++++++++ stdio-common/vfprintf.c | 1 + 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index eeeb620..4b466de 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 f5a1e23..d27bbdb 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" -- 2.7.4