From: Thomas Bushnell, BSG Date: Fri, 20 Sep 1996 19:40:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: upstream/2.30~29098 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bbcfbfedb715ddc44b2df5e1befce2af5c67c7a;p=external%2Fglibc.git *** empty log message *** Thu Sep 19 23:36:19 1996 Thomas Bushnell, n/BSG * hurd/hurdinit.c (__libc_argv): Provide common decl. (_hurd_setproc): Don't declare __libc_argv here. --- diff --git a/ChangeLog b/ChangeLog index cfb7ae8..9caab6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 19 23:36:19 1996 Thomas Bushnell, n/BSG + + * hurd/hurdinit.c (__libc_argv): Provide common decl. + (_hurd_setproc): Don't declare __libc_argv here. + Tue Sep 17 10:51:58 1996 Thomas Bushnell, n/BSG * malloc/memalign.c (memalign): Only acquire __libc_malloc_lock @@ -231,24 +236,6 @@ Thu Sep 12 19:56:07 1996 Andreas Schwab - - * malloc/memalign.c (memalign): Only acquire __libc_malloc_lock - for actual modifications to global state. - -Fri Sep 13 01:21:36 1996 Thomas Bushnell, n/BSG - - * sysdeps/mach/Makefile (includes): Add -I$(common-objpfx)mach/. - * sysdeps/mach/hurd/Makefile (includes): Add - -I$(common-objpfx)hurd/. Reported by Marcus Daniels. - - * sysdeps/generic/schedbits.h (struct sched_param): Renamed from - struct sched_params. - * sysdeps/stub/sched_setp.c (__sched_setparam): struct - sched_params -> struct sched_param. - * sysdeps/stub/sched_getp.c (__sched_getparam): Likewise. - * sysdeps/stub/sched_sets.c (__sched_setscheduler): Likewise. - Thu Sep 12 23:58:25 1996 Thomas Bushnell, n/BSG * sysdeps/mach/libc-lock.h (__libc_cleanup_region_start): Fix