Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 926 → Rev 925

/shark/trunk/include/signal.h
20,11 → 20,11
 
/**
------------
CVS : $Id: signal.h,v 1.3 2005-01-08 14:54:19 pj Exp $
CVS : $Id: signal.h,v 1.2 2003-03-13 13:41:04 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2005-01-08 14:54:19 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:41:04 $
------------
 
This file contains the Signal Handling stuffs...
212,6 → 212,7
 
/*+ bit values for the sa_flags structure +*/
#define SA_SIGINFO 1
//#define SA_USEFAST 2
 
 
/*---------------------------------------------------------------------*/