From: Roland McGrath Date: Wed, 11 Nov 1998 09:57:56 +0000 (+0000) Subject: 1998-11-11 Roland McGrath X-Git-Tag: cvs/glibc-2_0_101~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7af6d6a81925490fd7515471867c1fb96c8415;p=thirdparty%2Fglibc.git 1998-11-11 Roland McGrath * hurd/hurdsig.c (_hurdsig_init): Take new args, INTARRAY and INTARRAYSIZE. Initialize main thread's sigstate from INIT_SIG* ints. * hurd/hurd/signal.h: Update _hurdsig_init decl. * hurd/hurdinit.c (_hurd_proc_init): Take new args, INTARRAY and INTARRAYSIZE, pass them down to _hurdsig_init. * hurd/hurd.h: Update _hurd_proc_init decl. --- diff --git a/ChangeLog b/ChangeLog index 73c2f358736..2f5b3edfd56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1998-11-11 Roland McGrath + + * hurd/hurdsig.c (_hurdsig_init): Take new args, INTARRAY and + INTARRAYSIZE. Initialize main thread's sigstate from INIT_SIG* ints. + * hurd/hurd/signal.h: Update _hurdsig_init decl. + * hurd/hurdinit.c (_hurd_proc_init): Take new args, INTARRAY and + INTARRAYSIZE, pass them down to _hurdsig_init. + * hurd/hurd.h: Update _hurd_proc_init decl. + 1998-11-10 Ulrich Drepper * math/cabs.c: Replace complex by _Complex.