From a8ed817809c5579aadab8b51587b393bf2701abc Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Fri, 13 Sep 1996 05:05:58 +0000 Subject: *** empty log message *** Thu Sep 12 23:58:25 1996 Thomas Bushnell, n/BSG * sysdeps/mach/libc-lock.h (__libc_cleanup_region_start): Fix syntax error. * stdio-common/Makefile: Put lockfile in routines unconditionally. * stdio-common/vfprintf.c (__flockfile, __funlockfile): Declare this always, not just if _LIBC_REENTRANT. (__funlockfile): Don't use weak_extern for this one; __libc_cleanup_region_end might be defined and the use of __funlockfile can't be protected the way the use of __flockfile can be. * sysdeps/mach/hurd/dl-cache.c: Delete second copy of file accidentally added on. * sysdeps/stub/intr-msg.h: New file. --- ChangeLog | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 448e9aa5b7..d65ec86f80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Thu Sep 12 23:58:25 1996 Thomas Bushnell, n/BSG + + * sysdeps/mach/libc-lock.h (__libc_cleanup_region_start): Fix + syntax error. + + * stdio-common/Makefile: Put lockfile in routines + unconditionally. + + * stdio-common/vfprintf.c (__flockfile, __funlockfile): Declare + this always, not just if _LIBC_REENTRANT. + (__funlockfile): Don't use weak_extern for this one; + __libc_cleanup_region_end might be defined and the use of + __funlockfile can't be protected the way the use of __flockfile + can be. + Fri Sep 13 04:33:08 1996 Ulrich Drepper * sched.h: New file. helper to access posix/sched.h. @@ -31,13 +46,13 @@ Thu Sep 12 14:03:29 1996 Ulrich Drepper Thu Sep 12 12:33:52 1996 Thomas Bushnell, n/BSG + * sysdeps/mach/hurd/dl-cache.c: Delete second copy of file + accidentally added on. + + * sysdeps/stub/intr-msg.h: New file. + * stdio-common/vfprintf.c: Include . - (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 . - (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. -- cgit v1.2.3