diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-11 09:57:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-11 09:57:56 +0000 |
commit | fc7af6d6a81925490fd7515471867c1fb96c8415 (patch) | |
tree | 2aef7e3d1380462ab5061bd84c81ed91e98f344a /ChangeLog | |
parent | 62495816a5df7632ef6cc6f0e6f09e135aa763a1 (diff) | |
download | glibc-fc7af6d6a81925490fd7515471867c1fb96c8415.tar.gz glibc-fc7af6d6a81925490fd7515471867c1fb96c8415.tar.xz glibc-fc7af6d6a81925490fd7515471867c1fb96c8415.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 73c2f35873..2f5b3edfd5 100644 --- 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. |