about summary refs log tree commit diff
path: root/hurd/hurdsig.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-01 18:10:03 +0000
committerRoland McGrath <roland@gnu.org>1996-07-01 18:10:03 +0000
commit4bbb963eb40bc42a509d20358cefdbff7fb0889a (patch)
tree016c9bda3c31f19219b1189e01507ea99da25c3e /hurd/hurdsig.c
parentd7126ae62360350b951829b9b60050e6b6892f56 (diff)
downloadglibc-4bbb963eb40bc42a509d20358cefdbff7fb0889a.tar.gz
glibc-4bbb963eb40bc42a509d20358cefdbff7fb0889a.tar.xz
glibc-4bbb963eb40bc42a509d20358cefdbff7fb0889a.zip
Fri Jun 28 15:46:02 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
	* hurd/hurdsig.c (_hurd_internal_post_signal): In pending signal
	check for signal zero, repair logical sense of test by
	parenthesizing correctly.
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r--hurd/hurdsig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 5041ea079e..a3ec24e9e6 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -929,9 +929,9 @@ _hurd_internal_post_signal (struct hurd_sigstate *ss,
 	    for (signo = 1; signo < NSIG; ++signo)
 	      if (__sigismember (&ss->pending, signo)
 		  && (!__sigismember (&ss->blocked, signo)
-		  /* We "deliver" immediately pending blocked signals whose
-                     action might be to ignore, so that if ignored they are
-                     dropped right away.  */
+		      /* We "deliver" immediately pending blocked signals whose
+			 action might be to ignore, so that if ignored they are
+			 dropped right away.  */
 		      || ss->actions[signo].sa_handler == SIG_IGN
 		      || ss->actions[signo].sa_handler == SIG_DFL))
 		{