summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-09-20 19:41:28 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-09-20 19:41:28 +0000
commitc55698973e31ea5ea2ecddafb5821984343b96d0 (patch)
treeaeb2edfe4e6cffd436e36af85d38f05a2f39c705
parent6bbcfbfedb715ddc44b2df5e1befce2af5c67c7a (diff)
*** empty log message ***cvs/libc-960921
-rw-r--r--ChangeLog17
1 files changed, 0 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 9caab6e2a7..ed3c0c95ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -236,23 +236,6 @@ Thu Sep 12 19:56:07 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.
* inet/herrno.c (__h_errno_location): Fix return type.
-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.
- Define _MT_SAFE_IO if using for libio and compiling reentrant
- libc.
-
- * 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.