*** empty log message ***
authorThomas Bushnell, BSG <thomas@gnu.org>
Thu, 12 Sep 1996 21:52:04 +0000 (21:52 +0000)
committerThomas Bushnell, BSG <thomas@gnu.org>
Thu, 12 Sep 1996 21:52:04 +0000 (21:52 +0000)
Thu Sep 12 12:33:52 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

* stdio-common/vfprintf.c: Include <libc-lock.h>.
* 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
stdio-common/vfprintf.c

index eeeb620..4b466de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Thu Sep 12 12:33:52 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>
+
+       * stdio-common/vfprintf.c: Include <libc-lock.h>.
+       * 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  <drepper@cygnus.com>
 
        * sysdeps/unix/sysv/linux/i386/Dist: Remove init-first.h.
index f5a1e23..d27bbdb 100644 (file)
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA.  */
 #include <stdlib.h>
 #include <errno.h>
 #include <wchar.h>
+#include <libc-lock.h>
 #include "_itoa.h"
 #include "../locale/localeinfo.h"