]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
*** empty log message ***
authorThomas Bushnell, BSG <thomas@gnu.org>
Fri, 13 Sep 1996 05:05:58 +0000 (05:05 +0000)
committerThomas Bushnell, BSG <thomas@gnu.org>
Fri, 13 Sep 1996 05:05:58 +0000 (05:05 +0000)
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.

ChangeLog

index 448e9aa5b73d097496a65bf17125e34de5ea8747..d65ec86f8010b04a1880b8d4ec67d9c790499b4c 100644 (file)
--- 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.