1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

*** empty log message ***

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.
This commit is contained in:
Thomas Bushnell, BSG
1996-09-12 21:52:04 +00:00
parent d0045e79eb
commit f33b97f913
2 changed files with 13 additions and 0 deletions

View 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"