Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 228 → Rev 227

/shark/trunk/kernel/signal.c
18,11 → 18,11
 
/**
------------
CVS : $Id: signal.c,v 1.4 2003-09-12 10:10:41 giacomo Exp $
CVS : $Id: signal.c,v 1.3 2003-01-07 17:07:49 pj Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2003-09-12 10:10:41 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-01-07 17:07:49 $
------------
 
This file contains:
1279,10 → 1279,8
* Ignored?
*/
if (!(act.sa_flags & SA_SIGINFO) && (act.sa_handler == SIG_IGN ||
act.sa_handler == SIG_ERR) ) {
kern_frestore(f);
act.sa_handler == SIG_ERR) )
return;
}
 
if (!(act.sa_flags & SA_SIGINFO) && act.sa_handler == SIG_DFL) {
/* Default action for all signals is termination */