From: Thomas Bushnell, BSG Date: Fri, 20 Sep 1996 19:41:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: upstream/2.30~29097 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c55698973e31ea5ea2ecddafb5821984343b96d0;p=external%2Fglibc.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 9caab6e..ed3c0c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -236,23 +236,6 @@ Thu Sep 12 19:56:07 1996 Andreas Schwab - - * 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 * sched.h: New file. Helper to access posix/sched.h.