diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-12 22:22:29 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-12 22:22:29 +0000 |
commit | ae2ddc98c17c17897398c8d960d984789ecab0d9 (patch) | |
tree | 0cc8f727ebaac4445fb9420043c1fcea61c82a24 /ChangeLog | |
parent | f33b97f91391579f28d9346967d713345790eaeb (diff) | |
download | glibc-ae2ddc98c17c17897398c8d960d984789ecab0d9.tar.gz glibc-ae2ddc98c17c17897398c8d960d984789ecab0d9.tar.xz glibc-ae2ddc98c17c17897398c8d960d984789ecab0d9.zip |
*** empty log message ***
(vfprintf): Only call __libc_cleanup_region_end if USE_IN_LIBIO, thus matching the sense of the tests around __libc_cleanup_region_start at the front of the function. * stdio-common/vfscanf.c: Include <libc-lock.h>. (UNLOCK_STREAM) [! USE_IN_LIBIO]: Call __libc_cleanup_region_end, not __libc_cleanup_region_start.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 4b466de74d..2b90349234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,17 @@ 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. + (vfprintf): Only call __libc_cleanup_region_end if USE_IN_LIBIO, + thus matching the sense of the tests around + __libc_cleanup_region_start at the front of the function. + * stdio-common/vfscanf.c: Include <libc-lock.h>. + (UNLOCK_STREAM) [! USE_IN_LIBIO]: Call + __libc_cleanup_region_end, not __libc_cleanup_region_start. * 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> |