]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
1998-11-11 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Wed, 11 Nov 1998 09:57:56 +0000 (09:57 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 11 Nov 1998 09:57:56 +0000 (09:57 +0000)
* 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.

ChangeLog

index 73c2f358736be18a7485789460ff980beb242edb..2f5b3edfd565e0030634992cdee8d9c5ac4dc423 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1998-11-11  Roland McGrath  <roland@baalperazim.frob.com>
+
+       * 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  <drepper@cygnus.com>
 
        * math/cabs.c: Replace complex by _Complex.