about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-11-11 11:28:20 +0000
committerRoland McGrath <roland@gnu.org>1998-11-11 11:28:20 +0000
commit159d4836052d805bd37d94720c16a589c283c0da (patch)
tree20838e7a23723d17a43b4ec1140c6cfe5ceb463d /ChangeLog
parentfc7af6d6a81925490fd7515471867c1fb96c8415 (diff)
downloadglibc-159d4836052d805bd37d94720c16a589c283c0da.tar.gz
glibc-159d4836052d805bd37d94720c16a589c283c0da.tar.xz
glibc-159d4836052d805bd37d94720c16a589c283c0da.zip
* hurd/hurdsig.c (_hurdsig_init): Add assertion that no pending,
	unblocked signals are set in the startup masks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f5b3edfd5..8175e0b6df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 1998-11-11  Roland McGrath  <roland@baalperazim.frob.com>
 
+	* hurd/hurdsig.c (_hurdsig_init): Add assertion that no pending,
+	unblocked signals are set in the startup masks.
+
 	* 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.