diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-13 05:05:58 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-13 05:05:58 +0000 |
commit | a8ed817809c5579aadab8b51587b393bf2701abc (patch) | |
tree | 53dd44263a07d2409a2367cef4a0961a02e2fa16 /ChangeLog | |
parent | 20e77fa06c6e2cecaad9a0ca4b3be7c50cfaef18 (diff) | |
download | glibc-a8ed817809c5579aadab8b51587b393bf2701abc.tar.gz glibc-a8ed817809c5579aadab8b51587b393bf2701abc.tar.xz glibc-a8ed817809c5579aadab8b51587b393bf2701abc.zip |
*** empty log message ***
Thu Sep 12 23:58:25 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 20 insertions, 5 deletions
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 <thomas@gnu.ai.mit.edu> + + * 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 <drepper@cygnus.com> * sched.h: New file. helper to access posix/sched.h. @@ -31,13 +46,13 @@ Thu Sep 12 14:03:29 1996 Ulrich Drepper <drepper@cygnus.com> Thu Sep 12 12:33:52 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + * 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 <libc-lock.h>. - (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. |