patch-2.2.11 linux/arch/mips/kernel/irixsig.c
Next file: linux/arch/mips/kernel/irq.c
Previous file: linux/arch/mips/kernel/irixioctl.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Mon Aug  9 12:04:38 1999
-  Orig file: 
v2.2.10/linux/arch/mips/kernel/irixsig.c
-  Orig date: 
Thu Nov  5 09:58:29 1998
diff -u --recursive --new-file v2.2.10/linux/arch/mips/kernel/irixsig.c linux/arch/mips/kernel/irixsig.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
  *
- * $Id: irixsig.c,v 1.11 1998/03/26 07:39:09 ralf Exp $
+ * $Id: irixsig.c,v 1.10.2.2 1999/06/17 12:06:39 ralf Exp $
  */
 
 #include <linux/kernel.h>
@@ -272,6 +272,7 @@
 			default:
 				lock_kernel();
 				sigaddset(¤t->signal, signr);
+				recalc_sigpending(current);
 				current->flags |= PF_SIGNALED;
 				do_exit(exit_code);
 				/* NOTREACHED */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)